diff options
author | TylerSchroederWM <75996872+TylerSchroederWM@users.noreply.github.com> | 2021-02-08 00:39:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 00:39:57 -0500 |
commit | 00da5fca003d6c4c6a9e80c4643ea94456fcfba2 (patch) | |
tree | b7b4e229953af4f09e6baf4b5b03744ab5fc8477 | |
parent | b90d46d9558e9f50aced998dc6a6d873977aaccf (diff) | |
download | ssb-logbook-00da5fca003d6c4c6a9e80c4643ea94456fcfba2.tar.gz ssb-logbook-00da5fca003d6c4c6a9e80c4643ea94456fcfba2.zip |
updated to account for opts
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ Serve.prototype.logbook2 = function (ext) { channel: channelName } - channels.getMessages(this.app.sbot, channelName, this, function(messageStream, serve) { + channels.getMessages(this.app.sbot, channelName, opts, this, function(messageStream, serve) { pull(messageStream, serve.renderThreadPaginated(opts, null, q), serve.wrapMessages(), |