Merge commit '1c614490f1d2e54abc886b648ba7fdd03cb704e0' into fluffychat-merge-2

This commit is contained in:
ggurdin 2026-02-05 11:40:59 -05:00
commit 11f2bd47d1
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

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