Fixed failed to join room (was not legal room)

This commit is contained in:
Gil Eluard
2022-09-20 10:01:46 +02:00
parent b428f38c10
commit 779613a02a
3 changed files with 5 additions and 6 deletions
@@ -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 {