mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Update src/voice/VoiceRecording.ts
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
b5bb767b8f
commit
c16228b8ca
@ -373,7 +373,7 @@ export class VoiceRecording extends EventEmitter implements IDestroyable {
|
|||||||
const { url: mxc, file: encrypted } = await uploadFile(this.client, inRoomId, new Blob([this.audioBuffer], {
|
const { url: mxc, file: encrypted } = await uploadFile(this.client, inRoomId, new Blob([this.audioBuffer], {
|
||||||
type: this.contentType,
|
type: this.contentType,
|
||||||
}));
|
}));
|
||||||
this.lastUpload = {mxc, encrypted};
|
this.lastUpload = { mxc, encrypted };
|
||||||
this.emit(RecordingState.Uploaded);
|
this.emit(RecordingState.Uploaded);
|
||||||
return this.lastUpload;
|
return this.lastUpload;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user