Merge pull request #1107 from Mikunj/minor-fix

pull/1113/head
Audric Ackermann 5 years ago committed by GitHub
commit 5013aad032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -301,7 +301,8 @@ OutgoingMessage.prototype = {
let thisDeviceMessageType = this.messageType;
if (
thisDeviceMessageType !== 'pairing-request' &&
thisDeviceMessageType !== 'friend-request'
thisDeviceMessageType !== 'friend-request' &&
thisDeviceMessageType !== 'onlineBroadcast'
) {
try {
const conversation = ConversationController.get(devicePubKey);

Loading…
Cancel
Save