diff --git a/modules/ooui/mw.echo.ui.NotificationItemWidget.js b/modules/ooui/mw.echo.ui.NotificationItemWidget.js index 4351e2ef4..fb8e3c8fb 100644 --- a/modules/ooui/mw.echo.ui.NotificationItemWidget.js +++ b/modules/ooui/mw.echo.ui.NotificationItemWidget.js @@ -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 ); } ) ); }