mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +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
|
// Source of this notification if it is cross-wiki
|
||||||
widget.bundle ? widget.getModel().getSource() : ''
|
widget.bundle ? widget.getModel().getSource() : ''
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Toggle the notification as read
|
||||||
|
widget.model.toggleRead( true );
|
||||||
} )
|
} )
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue