Merge pull request #5658 from vector-im/ismail/5629_thread_context

Enable Thread Timelines
This commit is contained in:
ismailgulek
2022-02-22 13:49:35 +03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -34,7 +34,7 @@
#import "MXKSendReplyEventStringLocalizer.h"
#import "MXKSlashCommands.h"
const BOOL USE_THREAD_TIMELINE = NO;
const BOOL USE_THREAD_TIMELINE = YES;
#pragma mark - Constant definitions
+1
View File
@@ -0,0 +1 @@
MXKRoomDataSource: Enable usage of thread timelines.