Merge pull request #2142 from Decodetalkers/support_multi_user_notification
fix: when user has multi counts,notification not works well
This commit is contained in:
commit
bc5a38230f
1 changed files with 2 additions and 0 deletions
|
|
@ -147,6 +147,8 @@ extension LocalNotificationsExtension on MatrixState {
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case DesktopNotificationActions.openChat:
|
case DesktopNotificationActions.openChat:
|
||||||
|
setActiveClient(event.room.client);
|
||||||
|
|
||||||
FluffyChatApp.router.go('/rooms/${event.room.id}');
|
FluffyChatApp.router.go('/rooms/${event.room.id}');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue