Commit f389fd4
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 9cd2838 commit f389fd4
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 | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments