From 00da5fca003d6c4c6a9e80c4643ea94456fcfba2 Mon Sep 17 00:00:00 2001 From: TylerSchroederWM <75996872+TylerSchroederWM@users.noreply.github.com> Date: Mon, 8 Feb 2021 00:39:57 -0500 Subject: updated to account for opts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), -- cgit v1.2.3