mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Use live timeline of a thread
This commit is contained in:
@@ -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!) {
|
||||
|
||||
Reference in New Issue
Block a user