Merge "Clicking a marked-as-unread notification should mark it as read"

This commit is contained in:
jenkins-bot 2016-03-16 17:48:42 +00:00 committed by Gerrit Code Review
commit 66affc067f

View file

@ -195,6 +195,9 @@
// Source of this notification if it is cross-wiki
widget.bundle ? widget.getModel().getSource() : ''
);
// Toggle the notification as read
widget.model.toggleRead( true );
} )
);
}