mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Profile redesign: Include replies in pinned posts (#38443)
This commit is contained in:
@@ -38,6 +38,7 @@ export function usePinnedStatusIds({
|
||||
userId: accountId,
|
||||
tagged,
|
||||
pinned: true,
|
||||
replies: true,
|
||||
});
|
||||
|
||||
const dispatch = useAppDispatch();
|
||||
|
||||
Reference in New Issue
Block a user