This commit is contained in:
Diego Mello 2023-03-21 10:01:39 -03:00
parent 84b00d0c7b
commit 9dd97035a5
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@ class MessageAudio extends React.Component<IMessageAudioProps, IMessageAudioStat
const { loading, paused, currentTime, duration } = this.state;
const { file, getCustomEmoji, theme, scale, isReply, style } = this.props;
const { description } = file;
// @ts-ignore can't use declare to type this
const { baseUrl, user } = this.context;
if (!baseUrl) {