Skip to content

Commit

Permalink
clear error messages on newsletter subscribe; update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaG committed Jan 27, 2015
1 parent 1aefbea commit e3cd053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Added `threadModules` zone.
* Added `upvoteCallbacks` and `downvoteCallbacks` callback arrays.
* Fix “post awaiting moderation” message bug.
* You can now subscribe to comment threads (thanks @delgermurun!).
* Added `postApproveCallbacks` callback array.
* Added notifications for pending and approved posts, for admins and end users.
* Renaming "digest" view to "singleday".
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Meteor.startup(function () {
console.log(error);
flashMessage(error.reason, "error");
}else{
clearSeenMessages();
console.log(result);
confirmSubscription();
}
Expand Down
1 change: 1 addition & 0 deletions packages/telescope-releases/releases/0.14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Added `threadModules` zone.
* Added `upvoteCallbacks` and `downvoteCallbacks` callback arrays.
* Fix “post awaiting moderation” message bug.
* You can now subscribe to comment threads (thanks @delgermurun!).
* Added `postApproveCallbacks` callback array.
* Added notifications for pending and approved posts, for admins and end users.
* Renaming "digest" view to "singleday".
Expand Down

0 comments on commit e3cd053

Please sign in to comment.