fix(patch): curl URL delimiter bug, add DM grapheme limit patch
This commit is contained in:
20
patching/220-atproto-chat-grapheme-limit.patch
Normal file
20
patching/220-atproto-chat-grapheme-limit.patch
Normal 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",
|
||||
Reference in New Issue
Block a user