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