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;
|
||||
case DesktopNotificationActions.openChat:
|
||||
setActiveClient(event.room.client);
|
||||
|
||||
FluffyChatApp.router.go('/rooms/${event.room.id}');
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue