Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Improve handling of encryption key that is not available #7020

Closed
wants to merge 1 commit into from

Commits on Oct 23, 2021

  1. Retry loading of the pickle key if the user is logged in.

    If the Keyring is unavailable or not unlocked Element would start
    without being able to decrypt messages. This fix will ensure Element
    doesn't start unless it was able to retrieve the encryption key.
    
    Unlocking the Keyring at a later time would not result in the messages
    being decrypted. The app would need to be restarted to achieve this.
    
    This fixes https://github.com/vector-im/element-web/issues/17845
    ReneHollander committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    a6caf94 View commit details
    Browse the repository at this point in the history