[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 min-password-length 6)
|
||||
(def max-group-chat-participants 10)
|
||||
(def max-group-chat-participants 20)
|
||||
(def default-number-of-messages 20)
|
||||
|
||||
(def mailserver-password "status-offline-inbox")
|
||||
|
|
Loading…
Reference in New Issue