12 lines
335 B
Diff
12 lines
335 B
Diff
--- 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
|