This diff modifies the <Multimedia> component to be able to display encrypted media.
The type and uri props are replaced by a single object representing an encrypted or non-encrypted media.
Depends on D7280
Differential D7281
[web] Support encrypted media in <Multimedia> bartek on Apr 3 2023, 3:19 AM. Authored by Tags None Referenced Files
Details This diff modifies the <Multimedia> component to be able to display encrypted media. Depends on D7280 Both encrypted and decrypted media are displayed in the chat. Clicking on them opens a modal.
Diff Detail
Event TimelineComment Actions I think the condition at web/media/multimedia.react.js:52-53 was intended to be || instead of &&? Feel free to re-request review if I'm mistaken about something
|