Skip to content

Commit

Permalink
tweak profile resp
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Sep 26, 2023
1 parent 920c072 commit e2fd290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bsky/src/api/app/bsky/actor/searchActors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function (server: Server, ctx: AppContext) {

const actors = await ctx.services
.actor(db)
.views.profilesBasic(results, requester, { omitLabels: true })
.views.profiles(results, requester)

const SKIP = []
const filtered = results.flatMap((did) => {
Expand Down

0 comments on commit e2fd290

Please sign in to comment.