Do not navigate to thread screen for thread root events

This commit is contained in:
ismailgulek
2022-04-05 02:36:10 +03:00
parent 57c7075519
commit 94314a8cdd
3 changed files with 0 additions and 15 deletions
@@ -149,11 +149,6 @@
threadParameters = [[ThreadParameters alloc] initWithThreadId:event.threadId
stackRoomScreen:NO];
}
else if (event.unsignedData.relations.thread || [self.mainSession.threadingService isEventThreadRoot:event])
{
threadParameters = [[ThreadParameters alloc] initWithThreadId:event.eventId
stackRoomScreen:NO];
}
}
ScreenPresentationParameters *screenParameters = [[ScreenPresentationParameters alloc] initWithRestoreInitialDisplay:NO