Skip to content

Commit

Permalink
indicate that getPopular is deprecated (bluesky-social#1647)
Browse files Browse the repository at this point in the history
* indicate that getPopular is deprecated

* codegen for deprecating getPopular
  • Loading branch information
bnewbold authored Sep 21, 2023
1 parent 7e36c48 commit 1487c9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lexicons/app/bsky/unspecced/getPopular.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"defs": {
"main": {
"type": "query",
"description": "An unspecced view of globally popular items",
"description": "DEPRECATED: will be removed soon, please find a feed generator alternative",
"parameters": {
"type": "params",
"properties": {
Expand Down
3 changes: 2 additions & 1 deletion packages/api/src/client/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6838,7 +6838,8 @@ export const schemaDict = {
defs: {
main: {
type: 'query',
description: 'An unspecced view of globally popular items',
description:
'DEPRECATED: will be removed soon, please find a feed generator alternative',
parameters: {
type: 'params',
properties: {
Expand Down
3 changes: 2 additions & 1 deletion packages/bsky/src/lexicon/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6838,7 +6838,8 @@ export const schemaDict = {
defs: {
main: {
type: 'query',
description: 'An unspecced view of globally popular items',
description:
'DEPRECATED: will be removed soon, please find a feed generator alternative',
parameters: {
type: 'params',
properties: {
Expand Down
3 changes: 2 additions & 1 deletion packages/pds/src/lexicon/lexicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6838,7 +6838,8 @@ export const schemaDict = {
defs: {
main: {
type: 'query',
description: 'An unspecced view of globally popular items',
description:
'DEPRECATED: will be removed soon, please find a feed generator alternative',
parameters: {
type: 'params',
properties: {
Expand Down

0 comments on commit 1487c9f

Please sign in to comment.