mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Open & reply to thread only if threads enabled
This commit is contained in:
@@ -2993,7 +2993,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
ScreenPresentationParameters *presentationParameters = [[ScreenPresentationParameters alloc] initWithRestoreInitialDisplay:YES];
|
||||
|
||||
ThreadParameters *threadParameters = nil;
|
||||
if (threadId)
|
||||
if (RiotSettings.shared.enableThreads && threadId)
|
||||
{
|
||||
threadParameters = [[ThreadParameters alloc] initWithThreadId:threadId stackRoomScreen:NO];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user