Skip to content

Commit 386f583

Browse files
Bump threadgate limits (#4268)
Bump threadgate max hidden replies to 300
1 parent 4c15fb4 commit 386f583

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

.changeset/lucky-chefs-work.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@atproto/api": patch
3+
---
4+
5+
Bump threadgate `hiddenReplies` field `maxLength` to 300.

lexicons/app/bsky/feed/threadgate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"createdAt": { "type": "string", "format": "datetime" },
3333
"hiddenReplies": {
3434
"type": "array",
35-
"maxLength": 50,
35+
"maxLength": 300,
3636
"items": {
3737
"type": "string",
3838
"format": "at-uri"

packages/api/src/client/lexicons.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bsky/src/lexicon/lexicons.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ozone/src/lexicon/lexicons.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/pds/src/lexicon/lexicons.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)