diff --git a/lib/utils/background_push.dart b/lib/utils/background_push.dart index afd08b7ef..88ecdb79e 100644 --- a/lib/utils/background_push.dart +++ b/lib/utils/background_push.dart @@ -322,7 +322,7 @@ class BackgroundPush { ?.content .tryGet('type') == ClientStoriesExtension.storiesRoomType; - FluffyChatApp.router.go('/${isStory ? 'stories' : 'rooms'}/$roomId'); + FluffyChatApp.router.go('/${isStory ? 'rooms/stories' : 'rooms'}/$roomId'); } catch (e, s) { Logs().e('[Push] Failed to open room', e, s); }