aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTylerSchroederWM <75996872+TylerSchroederWM@users.noreply.github.com>2021-02-08 00:39:57 -0500
committerGitHub <noreply@github.com>2021-02-08 00:39:57 -0500
commit00da5fca003d6c4c6a9e80c4643ea94456fcfba2 (patch)
treeb7b4e229953af4f09e6baf4b5b03744ab5fc8477
parentb90d46d9558e9f50aced998dc6a6d873977aaccf (diff)
downloadssb-logbook-00da5fca003d6c4c6a9e80c4643ea94456fcfba2.tar.gz
ssb-logbook-00da5fca003d6c4c6a9e80c4643ea94456fcfba2.zip
updated to account for opts
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78d3f94..1269ff9 100644
--- a/README.md
+++ b/README.md
@@ -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(),