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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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