Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit e3cd053

Browse files
committed
clear error messages on newsletter subscribe; update release notes
1 parent 1aefbea commit e3cd053

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

History.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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".

packages/telescope-newsletter/lib/client/templates/newsletter_banner.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

packages/telescope-releases/releases/0.14.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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".

0 commit comments

Comments
 (0)