[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:
Andrea Maria Piana 2020-10-13 13:09:46 +02:00
parent cf58a84838
commit f5034a4dfa
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 1 additions and 1 deletions

View File

@ -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")