From bcd2920e0cfca1aec877881882cb47451578fb54 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 19 Nov 2024 09:57:12 +0100 Subject: [PATCH] [Glitch] Fix notification polling showing a loading bar in web UI Port e856838e0c971a661e732ef6f221afc800d894a6 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/actions/notification_groups.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/javascript/flavours/glitch/actions/notification_groups.ts b/app/javascript/flavours/glitch/actions/notification_groups.ts index f85dfac933..184f8d720b 100644 --- a/app/javascript/flavours/glitch/actions/notification_groups.ts +++ b/app/javascript/flavours/glitch/actions/notification_groups.ts @@ -141,6 +141,9 @@ export const pollRecentNotifications = createDataLoadingThunk( return { notifications }; }, + { + useLoadingBar: false, + }, ); export const processNewNotificationForGroups = createAppAsyncThunk(