mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Fixed failed to join room (was not legal room)
This commit is contained in:
@@ -29,9 +29,7 @@ import MatrixSDK
|
||||
return nil
|
||||
}
|
||||
|
||||
return MXTools.encodeURIComponent(
|
||||
fragment(for: roomId)
|
||||
)
|
||||
return fragment(for: roomId)
|
||||
}
|
||||
|
||||
private func fragment(for roomId: String) -> String {
|
||||
|
||||
Reference in New Issue
Block a user