Use live timeline of a thread

This commit is contained in:
ismailgulek
2021-12-21 16:44:11 +03:00
parent e490418d6b
commit ab109e6d64
2 changed files with 297 additions and 185 deletions
@@ -49,7 +49,7 @@ class ThreadViewController: RoomViewController {
super.viewDidAppear(animated)
guard let threadId = threadId else { return }
mainSession.threadingService.markThreadAsRead(threadId)
mainSession?.threadingService.markThreadAsRead(threadId)
}
override func setRoomTitleViewClass(_ roomTitleViewClass: AnyClass!) {