Skip to content

Commit

Permalink
change lexicon to profileViewDetailed
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Jun 22, 2024
1 parent ce09d45 commit f0b167d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lexicons/app/bsky/actor/getSuggestions.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "array",
"items": {
"type": "ref",
"ref": "app.bsky.actor.defs#profileView"
"ref": "app.bsky.actor.defs#profileViewDetailed"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/client/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4522,7 +4522,7 @@ export const schemaDict = {
type: 'array',
items: {
type: 'ref',
ref: 'lex:app.bsky.actor.defs#profileView',
ref: 'lex:app.bsky.actor.defs#profileViewDetailed',
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type InputSchema = undefined

export interface OutputSchema {
cursor?: string
actors: AppBskyActorDefs.ProfileView[]
actors: AppBskyActorDefs.ProfileViewDetailed[]
[k: string]: unknown
}

Expand Down

0 comments on commit f0b167d

Please sign in to comment.