From 358dd0653a1fa0a9fcab02c310d9ad74c4e5d101 Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 19 May 2026 17:15:36 +0200 Subject: [PATCH] [Glitch] Include boosts to restore pinned ordering Port dee1dc41aaf6cef15406d7275d766f82e16f64f5 to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/features/account_timeline/hooks/usePinned.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/features/account_timeline/hooks/usePinned.ts b/app/javascript/flavours/glitch/features/account_timeline/hooks/usePinned.ts index 8cf6988294..10058525e1 100644 --- a/app/javascript/flavours/glitch/features/account_timeline/hooks/usePinned.ts +++ b/app/javascript/flavours/glitch/features/account_timeline/hooks/usePinned.ts @@ -25,6 +25,7 @@ export function usePinnedStatusIds({ tagged, pinned: true, replies: true, + boosts: true, }); const dispatch = useAppDispatch();