mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
fix #327
This commit is contained in:
parent
76fb48e435
commit
fe3745e1e3
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue