Skip to content

v0.7.9

Compare
Choose a tag to compare
@manuroe manuroe released this 16 Mar 16:21
· 6836 commits to develop since this release

Improvements:

  • MXRestClient: Tell the server we support the msisdn flow login (with x_show_msisdn parameter).
  • MXRoomState: Make isEncrypted implementation more robust.
  • MXCrypto: add ensureEncryptionInRoom method.

Bug fixes:

  • MXCrypto: Fix a crash due to a signedness issue in the count of one-time keys to upload.
  • MXCall: In case of encrypted room, make sure that encryption is fully set up before answering (https://github.com/vector-im/riot-ios#1058)