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-12 04:21:18 -04:00
2026-06-12 04:21:18 -04:00
2026-06-11 02:39:24 -04:00
2026-06-12 04:21:18 -04:00
2026-06-12 04:21:18 -04:00
2026-06-12 06:01:24 -04:00
2026-06-12 03:00:15 -04:00
2026-06-12 03:00:15 -04:00
2026-06-12 04:21:18 -04:00