mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 14:14:39 +00:00
[Fixes: #11290] Increase group size to 20
Increases the maximum size of a group chat to 20. Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
cf58a84838
commit
f5034a4dfa
@ -50,7 +50,7 @@
|
|||||||
(def command-state-transaction-sent 7)
|
(def command-state-transaction-sent 7)
|
||||||
|
|
||||||
(def min-password-length 6)
|
(def min-password-length 6)
|
||||||
(def max-group-chat-participants 10)
|
(def max-group-chat-participants 20)
|
||||||
(def default-number-of-messages 20)
|
(def default-number-of-messages 20)
|
||||||
|
|
||||||
(def mailserver-password "status-offline-inbox")
|
(def mailserver-password "status-offline-inbox")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user