Profile redesign: Include replies in pinned posts (#38443)

This commit is contained in:
Echo
2026-03-27 13:45:59 +01:00
committed by GitHub
parent 57a4f6b6ec
commit 92fa8ce88c

View File

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