diff --git a/src/components/views/messages/MVideoBody.tsx b/src/components/views/messages/MVideoBody.tsx index f4733df19f..1ac389a6bc 100644 --- a/src/components/views/messages/MVideoBody.tsx +++ b/src/components/views/messages/MVideoBody.tsx @@ -281,6 +281,9 @@ export default class MVideoBody extends React.PureComponent src={contentUrl} title={content.body} controls + // Disable downloading as it doesn't work with e2ee video, + // users should use the dedicated Download button in the Message Action Bar + controlsList="nodownload" preload={preload} muted={autoplay} autoPlay={autoplay}