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 b1e8fb965d
commit 264801b2e7
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 {