aboutsummaryrefslogtreecommitdiff
path: root/lib/serve.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/serve.js')
-rw-r--r--lib/serve.js2
1 files changed, 1 insertions, 1 deletions
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)
)
}