Appview: include takedowns properly on follow endpoints ()

bsky: include takedowns properly on follow endpoints
This commit is contained in:
devin ivy 2024-03-07 15:55:08 -05:00 committed by GitHub
parent f192b97fdd
commit bb1f824680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions
packages/bsky/src/api/app/bsky/graph

@ -84,6 +84,7 @@ const hydration = async (
const profileState = await ctx.hydrator.hydrateProfiles(
dids,
params.hydrateCtx,
params.canViewTakedowns,
)
return mergeStates(followState, profileState)
}

@ -79,6 +79,7 @@ const hydration = async (
const profileState = await ctx.hydrator.hydrateProfiles(
dids,
params.hydrateCtx,
params.canViewTakedowns,
)
return mergeStates(followState, profileState)
}