mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Fix compile error
This commit is contained in:
@@ -298,7 +298,7 @@ extension MXRoom {
|
||||
threadId: String? = nil,
|
||||
sequence: UInt,
|
||||
success: @escaping ((String?) -> Void),
|
||||
failure: @escaping ((Error?) -> Void)) -> MXHTTPOperation? {
|
||||
failure: @escaping ((Swift.Error?) -> Void)) -> MXHTTPOperation? {
|
||||
guard let relatesTo = MXEventContentRelatesTo(relationType: MXEventRelationTypeReference,
|
||||
eventId: voiceBroadcastId).jsonDictionary() as? [String: Any] else {
|
||||
failure(VoiceBroadcastServiceError.unknown)
|
||||
|
||||
Reference in New Issue
Block a user