Appview: include takedowns properly on follow endpoints (#2285)
bsky: include takedowns properly on follow endpoints
This commit is contained in:
parent
f192b97fdd
commit
bb1f824680
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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user