This repository was archived by the owner on Jul 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
telescope-newsletter/lib/client/templates
telescope-releases/releases Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55* Added ` threadModules ` zone.
66* Added ` upvoteCallbacks ` and ` downvoteCallbacks ` callback arrays.
77* Fix “post awaiting moderation” message bug.
8+ * You can now subscribe to comment threads (thanks @delgermurun !).
89* Added ` postApproveCallbacks ` callback array.
910* Added notifications for pending and approved posts, for admins and end users.
1011* Renaming "digest" view to "singleday".
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ Meteor.startup(function () {
7373 console . log ( error ) ;
7474 flashMessage ( error . reason , "error" ) ;
7575 } else {
76+ clearSeenMessages ( ) ;
7677 console . log ( result ) ;
7778 confirmSubscription ( ) ;
7879 }
Original file line number Diff line number Diff line change 55* Added ` threadModules ` zone.
66* Added ` upvoteCallbacks ` and ` downvoteCallbacks ` callback arrays.
77* Fix “post awaiting moderation” message bug.
8+ * You can now subscribe to comment threads (thanks @delgermurun !).
89* Added ` postApproveCallbacks ` callback array.
910* Added notifications for pending and approved posts, for admins and end users.
1011* Renaming "digest" view to "singleday".
You can’t perform that action at this time.
0 commit comments