summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2020-07-15 08:25:12 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2020-07-15 08:25:12 +0900
commit5d0c5160c36cd7506940066591ef16d99735323b (patch)
tree430de3e93e95320896962586321d233b0c73b00d
parent4e5e5c872fd22bc0cd27cfbf5fe94a3f9f99ed5a (diff)
toot: Fix streaming procedure.
-rw-r--r--toot.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/toot.scm b/toot.scm
index a27c052..663b00e 100644
--- a/toot.scm
+++ b/toot.scm
@@ -831,7 +831,8 @@
(json-string->scm data)))
(loop #f))
((delete)
- (handler event data))
+ (handler event data)
+ (loop #f))
((notification)
(handler event
(make-notification