ai/at
2
0

fix(patch): curl URL delimiter bug, add DM grapheme limit patch

This commit is contained in:
2026-03-24 18:03:53 +09:00
parent fde5046b22
commit abfd02ecbd
9 changed files with 104 additions and 7 deletions

View File

@@ -0,0 +1,20 @@
--- 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",