From 5b2e0985c1eb58df5573111b2081d09a9f489f56 Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 1 Oct 2017 12:58:09 -1000 Subject: Render chess messages mini, with link to expand Prefers words instead of symbol, to work better in dillo --- lib/serve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/serve.js') diff --git a/lib/serve.js b/lib/serve.js index 6a08c4a..6a0bb88 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -1198,7 +1198,7 @@ Serve.prototype.wrapMessages = function () { Serve.prototype.renderThread = function () { return pull( - this.app.render.renderFeeds(false), + this.app.render.renderFeeds({raw: false, full: this.query.full != null}), pull.map(u.toHTML) ) } -- cgit v1.2.3