mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 15:01:13 +02:00
Appease the linter
This commit is contained in:
parent
cb0d2a2c4f
commit
b5bb767b8f
@ -82,8 +82,8 @@ export default class VoiceRecordComposerTile extends React.PureComponent<IProps,
|
|||||||
// https://github.com/matrix-org/matrix-doc/pull/3245
|
// https://github.com/matrix-org/matrix-doc/pull/3245
|
||||||
"org.matrix.msc1767.text": "Voice message",
|
"org.matrix.msc1767.text": "Voice message",
|
||||||
"org.matrix.msc1767.file": {
|
"org.matrix.msc1767.file": {
|
||||||
"url": upload.mxc,
|
url: upload.mxc,
|
||||||
"file": upload.encrypted,
|
file: upload.encrypted,
|
||||||
name: "Voice message.ogg",
|
name: "Voice message.ogg",
|
||||||
mimetype: this.state.recorder.contentType,
|
mimetype: this.state.recorder.contentType,
|
||||||
size: this.state.recorder.contentLength,
|
size: this.state.recorder.contentLength,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user