mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Missing () made notifications invisible
This commit is contained in:
@@ -57,7 +57,7 @@ Discourse.HeaderView = Discourse.View.extend({
|
||||
}));
|
||||
|
||||
// We've seen all the notifications now
|
||||
Discourse.User.current.set('unread_notifications', 0);
|
||||
Discourse.User.current().set('unread_notifications', 0);
|
||||
headerView.showDropdown($('#user-notifications'));
|
||||
});
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user