aboutsummaryrefslogtreecommitdiff
path: root/channels-lib.js
diff options
context:
space:
mode:
authorTylerSchroederWM <75996872+TylerSchroederWM@users.noreply.github.com>2021-02-08 18:00:44 -0500
committerGitHub <noreply@github.com>2021-02-08 18:00:44 -0500
commit3f8d08032e35b90c30504b48134f8f5ef7ea43f8 (patch)
tree0fa93793035be7757c4cbc1fa409129dd940479b /channels-lib.js
parent00da5fca003d6c4c6a9e80c4643ea94456fcfba2 (diff)
downloadssb-logbook-3f8d08032e35b90c30504b48134f8f5ef7ea43f8.tar.gz
ssb-logbook-3f8d08032e35b90c30504b48134f8f5ef7ea43f8.zip
actually ends the stream
Diffstat (limited to 'channels-lib.js')
-rw-r--r--channels-lib.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels-lib.js b/channels-lib.js
index 8d057ce..980aac1 100644
--- a/channels-lib.js
+++ b/channels-lib.js
@@ -72,8 +72,9 @@ class StreamController {
this.streamData[datumIndex].oldestTimestampSeen = 0;
}
this.pushNewlySafeMessages();
+ this.outputStream.push();
}
- }
+ }a
}
module.exports = {