diff --git a/extensions/sticky/js/bootstrap.js b/extensions/sticky/js/bootstrap.js index c95d9cc4f..d9edc8956 100644 --- a/extensions/sticky/js/bootstrap.js +++ b/extensions/sticky/js/bootstrap.js @@ -35,7 +35,7 @@ app.initializers.add('sticky', function() { function toggleSticky() { this.save({isSticky: !this.isSticky()}).then(discussion => { if (app.current instanceof DiscussionPage) { - app.current.stream().sync(); + app.current.stream.sync(); } m.redraw(); });