ai/at
1
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 3852e783aa
4 changed files with 19 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
--- a/src/lib/constants.ts
+++ b/src/lib/constants.ts
@@ -64,7 +64,7 @@
export const MAX_DRAFT_GRAPHEME_LENGTH = 1000
-export const MAX_DM_GRAPHEME_LENGTH = 1000
+export const MAX_DM_GRAPHEME_LENGTH = 10000
// Recommended is 100 per: https://www.w3.org/WAI/GL/WCAG20/tests/test3.html
// but increasing limit per user feedback