fix(patch): curl URL delimiter bug, add DM grapheme limit patch
This commit is contained in:
11
ios/patching/048-social-app-ios-dm-grapheme-limit.patch
Normal file
11
ios/patching/048-social-app-ios-dm-grapheme-limit.patch
Normal 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
|
||||
@@ -48,6 +48,7 @@ PATCH_FILES_IOS=(
|
||||
"045-social-app-ios-composer-cancel.patch"
|
||||
"046-social-app-ios-null-url-guards.patch"
|
||||
"047-social-app-ios-dynamic-service.patch" # Dynamic proxy/notif per account (syu.is vs bsky.social)
|
||||
"048-social-app-ios-dm-grapheme-limit.patch"
|
||||
)
|
||||
|
||||
function ios-env() {
|
||||
|
||||
Reference in New Issue
Block a user