aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(),