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:
Krille-chan 2025-11-19 12:59:57 +01:00 committed by GitHub
commit bc5a38230f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,6 +147,8 @@ extension LocalNotificationsExtension on MatrixState {
);
break;
case DesktopNotificationActions.openChat:
setActiveClient(event.room.client);
FluffyChatApp.router.go('/rooms/${event.room.id}');
break;
}