You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-25 17:02:04 +03:00
Pass the room object into displayNotification
It needs it to do the view_room if the notification is clicked.
This commit is contained in:
@ -73,7 +73,7 @@ var Notifier = {
|
||||
ev.sender, 40, 40, 'crop'
|
||||
) : null;
|
||||
|
||||
const notif = plaf.displayNotification(title, msg, avatarUrl);
|
||||
const notif = plaf.displayNotification(title, msg, avatarUrl, room);
|
||||
|
||||
// if displayNotification returns non-null, the platform supports
|
||||
// clearing notifications later, so keep track of this.
|
||||
|
Reference in New Issue
Block a user