Feature/3124 release preparation

This commit is contained in:
Frank Rotermund
2022-06-08 13:04:21 +00:00
parent 2a2b0cd134
commit 00fb1d0f01
15 changed files with 184 additions and 22 deletions
+2 -1
View File
@@ -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