ai/at
2
0
Files
at/patching/220-atproto-chat-grapheme-limit.patch

21 lines
528 B
Diff

--- a/lexicons/chat/bsky/convo/defs.json
+++ b/lexicons/chat/bsky/convo/defs.json
@@ -18,7 +18,7 @@
"text": {
"type": "string",
"maxLength": 10000,
- "maxGraphemes": 1000
+ "maxGraphemes": 10000
},
"facets": {
"type": "array",
@@ -40,7 +40,7 @@
"text": {
"type": "string",
"maxLength": 10000,
- "maxGraphemes": 1000
+ "maxGraphemes": 10000
},
"facets": {
"type": "array",