mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Refactor RoomIDComponents struct.
This commit is contained in:
@@ -229,8 +229,8 @@ final class JitsiService: NSObject {
|
||||
conferenceID = Base32Coder.encodedString(roomID, padding: false)
|
||||
authenticationTypeString = authenticationType.identifier
|
||||
} else {
|
||||
let roomIDComponents = RoomIDComponents(matrixID: roomID)
|
||||
let localRoomId = roomIDComponents?.localRoomID ?? ""
|
||||
let roomIdComponents = RoomIdComponents(matrixID: roomID)
|
||||
let localRoomId = roomIdComponents?.localRoomId ?? ""
|
||||
conferenceID = localRoomId + widgetSessionId
|
||||
authenticationTypeString = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user