From 5b323d7c083ede2abce9b3bfebf4e1b6c695a002 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 29 May 2015 18:23:01 +0930 Subject: [PATCH] Update for new post stream --- extensions/sticky/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });