From 8dd1ed22a2e6380fab3478a58fb4bc246df6ae70 Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Sat, 30 May 2026 06:48:12 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=B6nerkebab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/s/js/sidebar-activity.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/public/s/js/sidebar-activity.js b/public/s/js/sidebar-activity.js index 3a89de0..817e736 100644 --- a/public/s/js/sidebar-activity.js +++ b/public/s/js/sidebar-activity.js @@ -473,7 +473,7 @@
@@ -753,8 +753,12 @@ }; const init = async () => { - await loadEmojis(); - loadActivity(); + // Run emoji loading and activity fetching in parallel — avatars appear + // immediately without waiting for the emoji API to respond first. + Promise.all([ + loadEmojis(), + loadActivity() + ]); }; // Listen for live activity from f0ckm.js