Skip to content

Commit

Permalink
present detailed profile view for getSuggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Jun 22, 2024
1 parent 15cc6ff commit ce09d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bsky/src/api/app/bsky/actor/getSuggestions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const presentation = (input: {
}) => {
const { ctx, skeleton, hydration } = input
const actors = mapDefined(skeleton.dids, (did) =>
ctx.views.profile(did, hydration),
ctx.views.profileDetailed(did, hydration),
)
return {
actors,
Expand Down

0 comments on commit ce09d45

Please sign in to comment.