Commit 74e0cb0
isopod-a
increase maximum description lenght in UI
In the UI input, the number of glyphs is currently limited to
480 (with 8k max bytes). For larger groups with guidelines, more space
is needed.
This patch increases the number of glyphs and bytes by
a factor of eight to 3840 and 65536.
Signal community feature request: https://community.signalusers.org/t/expand-the-group-chat-description-or-pin-posts/651791 parent 23669c3 commit 74e0cb0
File tree
1 file changed
+2
-2
lines changed- app/src/main/java/org/thoughtcrime/securesms/profiles/edit
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments