mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Disable download option on <video/> , preferring dedicated download button (#8403)
This commit is contained in:
parent
6bfe0436e5
commit
a3f9123f6c
@ -281,6 +281,9 @@ export default class MVideoBody extends React.PureComponent<IBodyProps, IState>
|
||||
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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user