Merge commit '1c614490f1d2e54abc886b648ba7fdd03cb704e0' into fluffychat-merge-2
This commit is contained in:
commit
11f2bd47d1
1 changed files with 2 additions and 0 deletions
|
|
@ -155,6 +155,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