archipelago
ef2991a117
fix(chat): send Archipelago(Tor) group messages concurrently so 'sending' clears fast ( #32 )
...
sendArchMessage looped over every federation node sequentially (await
sendMessageToPeer per node), so the spinner stayed up until the slowest/offline
node's Tor request finished — long after online peers had received the message.
Send to all peers concurrently (Promise.allSettled); the spinner now clears
after the slowest single delivery, not the sum.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 09:42:51 -04:00
..
2026-06-11 01:30:49 -04:00
2026-06-11 01:30:49 -04:00
2026-06-14 03:12:56 -04:00
2026-06-15 16:29:44 -04:00
2026-06-11 01:46:38 -04:00
2026-06-12 03:00:15 -04:00
2026-06-12 04:21:18 -04:00
2026-06-12 04:21:18 -04:00
2026-06-11 00:24:40 -04:00
2026-06-16 02:57:35 -04:00
2026-06-12 03:00:15 -04:00
2026-06-11 02:39:24 -04:00
2026-06-15 10:12:23 -04:00
2026-06-16 09:37:09 -04:00
2026-06-12 04:21:18 -04:00
2026-06-11 00:24:40 -04:00
2026-06-12 04:21:18 -04:00
2026-06-15 08:09:26 -04:00
2026-06-13 04:49:32 -04:00
2026-06-11 00:24:40 -04:00
2026-06-12 06:01:24 -04:00
2026-06-11 00:24:40 -04:00
2026-06-11 00:24:40 -04:00
2026-06-11 00:24:40 -04:00
2026-04-23 05:20:15 -04:00
2026-04-23 05:20:15 -04:00
2026-06-11 00:24:40 -04:00
2026-06-13 01:23:32 -04:00
2026-06-12 03:00:15 -04:00
2026-06-11 00:24:40 -04:00
2026-06-11 00:24:40 -04:00
2026-06-11 00:24:40 -04:00
2026-06-16 05:29:57 -04:00
2026-03-19 12:44:31 +00:00
2026-04-22 04:45:33 -04:00
2026-06-11 01:16:21 -04:00
2026-06-12 03:00:15 -04:00
2026-06-16 09:42:51 -04:00
2026-05-18 11:47:12 -04:00
2026-03-15 04:50:24 +00:00
2026-03-30 09:52:09 +01:00
2026-03-28 13:41:52 +00:00
2026-03-31 17:35:34 +01:00
2026-03-31 17:35:34 +01:00
2026-04-02 18:33:28 +01:00
2026-06-11 00:24:40 -04:00
2026-03-31 17:35:34 +01:00
2026-04-01 21:18:32 +01:00
2026-04-02 18:20:52 +01:00
2026-04-01 21:18:32 +01:00
2026-03-30 09:52:09 +01:00
2026-04-22 05:42:52 -04:00
2026-06-16 09:27:29 -04:00
2026-04-22 13:02:24 -04:00
2026-06-12 03:00:15 -04:00
2026-04-07 14:40:33 +01:00
2026-06-12 04:21:18 -04:00