|
|
@ -322,7 +322,7 @@ class BackgroundPush {
|
|
|
|
?.content
|
|
|
|
?.content
|
|
|
|
.tryGet<String>('type') ==
|
|
|
|
.tryGet<String>('type') ==
|
|
|
|
ClientStoriesExtension.storiesRoomType;
|
|
|
|
ClientStoriesExtension.storiesRoomType;
|
|
|
|
FluffyChatApp.router.go('/${isStory ? 'stories' : 'rooms'}/$roomId');
|
|
|
|
FluffyChatApp.router.go('/${isStory ? 'rooms/stories' : 'rooms'}/$roomId');
|
|
|
|
} catch (e, s) {
|
|
|
|
} catch (e, s) {
|
|
|
|
Logs().e('[Push] Failed to open room', e, s);
|
|
|
|
Logs().e('[Push] Failed to open room', e, s);
|
|
|
|
}
|
|
|
|
}
|
|
|
|