[Glitch] Profile redesign: Include replies in pinned posts

Port 92fa8ce88c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo
2026-03-27 13:45:59 +01:00
committed by Claire
parent 131b9acfab
commit edbe394c42

View File

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