mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
Clicking a marked-as-unread notification should mark it as read
Bug: T129898 Change-Id: Ia8c699ccc4bb0feba0949082608357d35971a515
This commit is contained in:
parent
e537b2bac7
commit
cd57ab5e54
|
@ -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 );
|
||||
} )
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue