summaryrefslogtreecommitdiffstats
path: root/server/publications/fast-render.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/publications/fast-render.js')
-rw-r--r--server/publications/fast-render.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/publications/fast-render.js b/server/publications/fast-render.js
index 7c54c686..4829ad57 100644
--- a/server/publications/fast-render.js
+++ b/server/publications/fast-render.js
@@ -5,5 +5,5 @@ FastRender.onAllRoutes(function() {
});
FastRender.route('/b/:id/:slug', function({ id }) {
- this.subscribe('board', id);
+ this.subscribe('board', id, false);
});