Merge pull request #315 from sachaaaaa/fix_self_broadcast

Fix self broadcast
pull/323/head
Beaudan Campbell-Brown 6 years ago committed by GitHub
commit ad8bcdfe8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,8 @@
);
await Promise.all(
friendKeys.map(async pubKey => {
if (pubKey === textsecure.storage.user.getNumber())
return
try {
await sendOnlineBroadcastMessage(pubKey);
} catch (e) {

Loading…
Cancel
Save