Error handling if broadcast events could not be sent (#9885)

This commit is contained in:
Michael Weimann
2023-01-17 08:57:59 +01:00
committed by GitHub
parent 7af4891cb7
commit fe0d3a7668
12 changed files with 436 additions and 84 deletions

View File

@@ -25,7 +25,7 @@ import { IContent, IEncryptedFile, MsgType } from "matrix-js-sdk/src/matrix";
* @param {IEncryptedFile} [file] Encrypted file
*/
export const createVoiceMessageContent = (
mxc: string,
mxc: string | undefined,
mimetype: string,
duration: number,
size: number,