Skip to content

Commit

Permalink
Update view.js
Browse files Browse the repository at this point in the history
The expected 'type' value for the forum mention notification was out of date (was 'mentioned', is now 'mention')

Fixes #2123
  • Loading branch information
Happy0 committed Jul 23, 2016
1 parent 99373b1 commit bd80b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/notify/src/view.js
Expand Up @@ -25,7 +25,7 @@ function drawTime(notification) {
};

var handlers = {
mentioned: {
mention: {
html: function(notification) {
var content = notification.content;
var url = "/forum/redirect/post/" + content.postId
Expand Down

0 comments on commit bd80b45

Please sign in to comment.