mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Adapt to thread model changes
This commit is contained in:
@@ -122,7 +122,7 @@ final class ThreadsCoordinator: NSObject, ThreadsCoordinatorProtocol {
|
||||
session: parameters.session,
|
||||
roomId: parameters.roomId,
|
||||
eventId: nil,
|
||||
threadId: thread.identifier,
|
||||
threadId: thread.id,
|
||||
displayConfiguration: .forThreads)
|
||||
let coordinator = RoomCoordinator(parameters: parameters)
|
||||
coordinator.delegate = self
|
||||
|
||||
Reference in New Issue
Block a user