Skip to content

Commit

Permalink
Remove duplicate description in app.bsky.feed.post (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange authored Feb 14, 2024
1 parent 0acd6c1 commit 5f9ff1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lexicons/app/bsky/feed/post.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"type": "array",
"description": "Additional hashtags, in addition to any included in post text and facets.",
"maxLength": 8,
"items": { "type": "string", "maxLength": 640, "maxGraphemes": 64 },
"description": "Additional non-inline tags describing this post."
"items": { "type": "string", "maxLength": 640, "maxGraphemes": 64 }
},
"createdAt": {
"type": "string",
Expand Down

0 comments on commit 5f9ff1f

Please sign in to comment.