Include boosts to restore pinned ordering (#39084)

This commit is contained in:
Echo 2026-05-19 17:15:36 +02:00 committed by GitHub
parent 655de32990
commit dee1dc41aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ export function usePinnedStatusIds({
tagged,
pinned: true,
replies: true,
boosts: true,
});
const dispatch = useAppDispatch();