mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 03:20:50 +02:00
Feature/3124 release preparation
This commit is contained in:
@@ -6880,7 +6880,8 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
{
|
||||
return !self.roomDataSource.threadId
|
||||
&& !event.threadId
|
||||
&& (RiotSettings.shared.enableThreads || self.mainSession.store.supportedMatrixVersions.supportsThreads);
|
||||
&& (RiotSettings.shared.enableThreads || self.mainSession.store.supportedMatrixVersions.supportsThreads)
|
||||
&& BwiBuildSettings.bwiShowThreads;
|
||||
}
|
||||
|
||||
- (void)showThreadsNotice
|
||||
|
||||
Reference in New Issue
Block a user