fix(patch): curl URL delimiter bug, add DM grapheme limit patch
This commit is contained in:
20
patching/230-atproto-api-chat-grapheme-limit.patch
Normal file
20
patching/230-atproto-api-chat-grapheme-limit.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
--- a/dist/client/lexicons.js 2026-04-01 12:13:01
|
||||
+++ b/dist/client/lexicons.js 2026-04-01 12:13:12
|
||||
@@ -9244,7 +9244,7 @@
|
||||
text: {
|
||||
type: 'string',
|
||||
maxLength: 10000,
|
||||
- maxGraphemes: 1000,
|
||||
+ maxGraphemes: 10000,
|
||||
},
|
||||
facets: {
|
||||
type: 'array',
|
||||
@@ -9273,7 +9273,7 @@
|
||||
text: {
|
||||
type: 'string',
|
||||
maxLength: 10000,
|
||||
- maxGraphemes: 1000,
|
||||
+ maxGraphemes: 10000,
|
||||
},
|
||||
facets: {
|
||||
type: 'array',
|
||||
Reference in New Issue
Block a user