Disable download option on <video/> , preferring dedicated download button (#8403)
This commit is contained in:
@@ -281,6 +281,9 @@ export default class MVideoBody extends React.PureComponent<IBodyProps, IState>
|
|||||||
src={contentUrl}
|
src={contentUrl}
|
||||||
title={content.body}
|
title={content.body}
|
||||||
controls
|
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}
|
preload={preload}
|
||||||
muted={autoplay}
|
muted={autoplay}
|
||||||
autoPlay={autoplay}
|
autoPlay={autoplay}
|
||||||
|
|||||||
Reference in New Issue
Block a user