diff --git a/Roadmap.md b/Roadmap.md index f1f1e0f75..bd500584c 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -6,6 +6,9 @@ Some of the improvements planned for the next versions of Telescope. Email [hell - Better user profiles. - Better user dashboard (with search). +- Implement real reactive joins. +- Improve post pagination. +- Improve subscriptions management. - Improve the invite system. See [#253](https://github.com/TelescopeJS/Telescope/issues/253). - Make a package to send a email newsletter containing the top X posts of the day/week/month. - Use [Autoform](https://github.com/aldeed/meteor-autoform/) package for `post_edit` and `post_submit` forms. diff --git a/client/views/comments/comment_item.js b/client/views/comments/comment_item.js index da1f931cd..afe9b0114 100644 --- a/client/views/comments/comment_item.js +++ b/client/views/comments/comment_item.js @@ -59,6 +59,7 @@ findQueueContainer=function($comment){ Template[getTemplate('comment_item')].created = function() { // if comments are supposed to be queued, then queue this comment on create this.isQueued = window.queueComments; + window.openedComments = []; } Template[getTemplate('comment_item')].helpers({