Skip to content

Commit 126ac1e

Browse files
rafaeleyngclaude
andauthored
Update chat lexicons (bluesky-social#4999)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c787822 commit 126ac1e

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.changeset/calm-groups-limit.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+
update chat lexicons

lexicons/chat/bsky/actor/getStatus.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"encoding": "application/json",
1010
"schema": {
1111
"type": "object",
12-
"required": ["chatDisabled", "canCreateGroups"],
12+
"required": ["chatDisabled", "canCreateGroups", "groupMemberLimit"],
1313
"properties": {
1414
"chatDisabled": {
1515
"type": "boolean",
@@ -18,6 +18,10 @@
1818
"canCreateGroups": {
1919
"type": "boolean",
2020
"description": "Whether the viewer's account is allowed to create group chats. New accounts are restricted from creating groups."
21+
},
22+
"groupMemberLimit": {
23+
"type": "integer",
24+
"description": "The maximum number of members allowed in a group conversation."
2125
}
2226
}
2327
}

lexicons/chat/bsky/convo/defs.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,13 @@
340340
"groupConvo": {
341341
"description": "[NOTE: This is under active development and should be considered unstable while this note is here].",
342342
"type": "object",
343-
"required": ["name", "lockStatus", "memberCount", "createdAt"],
343+
"required": [
344+
"name",
345+
"lockStatus",
346+
"memberCount",
347+
"memberLimit",
348+
"createdAt"
349+
],
344350
"properties": {
345351
"name": {
346352
"type": "string",

0 commit comments

Comments
 (0)