Skip to content

Fix weakness when iOS app extension receives an INVITE for a new chatroom....

Simon Morlat requested to merge fix/ios-extension-zombie-chatroom into release/5.0

Fix weakness when iOS app extension receives an INVITE for a new chatroom. Until chatroom creation is made atomic for both client and server, both have to wait for the first NOTIFY to complete.

Merge request reports