fix bug of voice message not received, the size was not included

pull/1403/head
Audric Ackermann 4 years ago
parent 766a9f9c45
commit a941e73f7b
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -918,6 +918,7 @@ export class SessionCompositionBox extends React.Component<Props, State> {
data: fileBuffer,
flags: SignalService.AttachmentPointer.Flags.VOICE_MESSAGE,
contentType: MIME.AUDIO_MP3,
size: audioBlob.size,
};
const messageSuccess = this.props.sendMessage(

Loading…
Cancel
Save