mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-26 06:15:22 -05: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