diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/serve.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/serve.js b/lib/serve.js index a06f566..f7e8330 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -587,6 +587,9 @@ Serve.prototype.public = function (ext) { pull( this.app.createLogStream(opts), + pull.filter(msg => { + return !msg.value.content.vote + }), this.renderThreadPaginated(opts, null, q), this.wrapMessages(), this.wrapPublic(), |