matrix-js-sdk
71444b63 - don't block on setting up room crypto

Comment changes are shownComment changes are hidden
Commit
6 years ago
don't block on setting up room crypto this will load members in case of LL and could take quite some time The two async actions performed by onCryptoEvent is saving the crypto config to the roomlist store and fetching the room members to track. Both are guarded against double calls so not awaiting this should be fine.
Author
Parents
  • src
    • crypto
      • File
        RoomList.js
    • File
      sync.js