Commit 338ac6a5b5d7c708279c9cf494b549af9090a57e
private: include 200 messages in window
Matt McKegg committed on 6/14/2017, 5:07:31 AMParent: c38545a2f64b06e7150cd79d548831b8b753c405
Files changed
modules/page/html/render/private.js | changed |
modules/page/html/render/private.js | ||
---|---|---|
@@ -27,7 +27,7 @@ | ||
27 | 27 … | placeholder: `Write a private message \n\n\n\nThis can only be read by yourself and people you have @mentioned.` |
28 | 28 … | }) |
29 | 29 … | ] |
30 | 30 … | |
31 | - return api.feed.html.rollup(api.feed.pull.private, { prepend, windowSize: 50 }) | |
31 … | + return api.feed.html.rollup(api.feed.pull.private, { prepend, windowSize: 200 }) | |
32 | 32 … | }) |
33 | 33 … | } |
Built with git-ssb-web