Appease the linter

pull/21833/head
Travis Ralston 2021-06-25 14:11:50 -06:00
parent cb0d2a2c4f
commit b5bb767b8f
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ export default class VoiceRecordComposerTile extends React.PureComponent<IProps,
// https://github.com/matrix-org/matrix-doc/pull/3245
"org.matrix.msc1767.text": "Voice message",
"org.matrix.msc1767.file": {
"url": upload.mxc,
"file": upload.encrypted,
url: upload.mxc,
file: upload.encrypted,
name: "Voice message.ogg",
mimetype: this.state.recorder.contentType,
size: this.state.recorder.contentLength,