Appease the linter
This commit is contained in:
parent
31d7de628e
commit
4d38218e24
4 changed files with 2 additions and 3 deletions
|
@ -242,7 +242,6 @@ export default class MImageBody extends React.Component<IBodyProps, IState> {
|
|||
}
|
||||
|
||||
private async downloadImage() {
|
||||
const content = this.props.mxEvent.getContent();
|
||||
if (this.props.mediaEventHelper.media.isEncrypted && this.state.decryptedUrl === null) {
|
||||
try {
|
||||
const thumbnailUrl = await this.props.mediaEventHelper.thumbnailUrl.value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue