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