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

Fix error on accessing encrypted media without encryption keys #6625

Merged
merged 1 commit into from
Aug 18, 2021

Commits on Aug 16, 2021

  1. Fix error on accessing encrypted media without keys

    In case where the message is encrypted and you request cross-signed keys
    from another session you may end up in a situation where `media` doesn't
    exist as you didn't receive keys, yet you have the message's type.
    This commit fixes this problem by checking if the media is even available.
    Palid committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    9dfa01e View commit details
    Browse the repository at this point in the history