mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Do not stack room screen when opening threads from permalinks
This commit is contained in:
@@ -1391,12 +1391,12 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
if (event.threadId)
|
||||
{
|
||||
threadParameters = [[ThreadParameters alloc] initWithThreadId:event.threadId
|
||||
stackRoomScreen:YES];
|
||||
stackRoomScreen:NO];
|
||||
}
|
||||
else if ([account.mxSession.threadingService threadWithId:eventId])
|
||||
{
|
||||
threadParameters = [[ThreadParameters alloc] initWithThreadId:eventId
|
||||
stackRoomScreen:YES];
|
||||
stackRoomScreen:NO];
|
||||
}
|
||||
|
||||
RoomNavigationParameters *parameters = [[RoomNavigationParameters alloc] initWithRoomId:roomId
|
||||
|
||||
Reference in New Issue
Block a user