diff --git a/framework/core/js/forum/src/components/notification-discussion-renamed.js b/framework/core/js/forum/src/components/notification-discussion-renamed.js index a1d19025e..fe402d91f 100644 --- a/framework/core/js/forum/src/components/notification-discussion-renamed.js +++ b/framework/core/js/forum/src/components/notification-discussion-renamed.js @@ -19,13 +19,8 @@ export default class NotificationDiscussionRenamed extends Notification { m('div.notification-info', [ icon('pencil'), ' Renamed by ', username(notification.sender()), - notification.additionalUnreadCount() ? ' and '+notification.additionalUnreadCount()+' others' : '', ' ', humanTime(notification.time()) ]) ]); } - - read() { - this.props.notification.save({isRead: true}); - } }