From 3afd23c379d88040f896748760c80935e6b48e8a Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 21 Jan 2021 15:24:56 +1100 Subject: [PATCH] Increase closed group size to 100 --- _locales/de/messages.json | 2 +- _locales/en/messages.json | 2 +- _locales/es/messages.json | 2 +- _locales/fr/messages.json | 2 +- _locales/id/messages.json | 2 +- _locales/it/messages.json | 2 +- _locales/ja/messages.json | 2 +- _locales/pl/messages.json | 2 +- _locales/pt_BR/messages.json | 2 +- _locales/ru/messages.json | 2 +- _locales/vi/messages.json | 2 +- preload.js | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/_locales/de/messages.json b/_locales/de/messages.json index dc28e1e26..cc088f205 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -1457,6 +1457,6 @@ "message": "Bitte wählen Sie mindestens zwei Gruppenmitglieder aus." }, "closedGroupMaxSize": { - "message": "Eine geschlossene Gruppe kann maximal zwanzig Mitglieder haben." + "message": "Eine geschlossene Gruppe kann maximal einhundert Mitglieder haben." } } \ No newline at end of file diff --git a/_locales/en/messages.json b/_locales/en/messages.json index becfb34f8..03455e02a 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2203,7 +2203,7 @@ "androidKey": "activity_create_closed_group_not_enough_group_members_error" }, "closedGroupMaxSize": { - "message": "A closed group cannot have more than 20 members", + "message": "A closed group cannot have more than 100 members", "androidKey": "activity_create_closed_group_too_many_group_members_error" }, "noBlockedContacts": { diff --git a/_locales/es/messages.json b/_locales/es/messages.json index 342dbd904..ed3dcafd8 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -1403,6 +1403,6 @@ "message": "Por favor, elige al menos 2 miembros del grupo" }, "closedGroupMaxSize": { - "message": "Un grupo cerrado no puede tener más de 20 miembros" + "message": "Un grupo cerrado no puede tener más de 100 miembros" } } \ No newline at end of file diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json index 88a5f74d6..e507f7352 100644 --- a/_locales/fr/messages.json +++ b/_locales/fr/messages.json @@ -1403,7 +1403,7 @@ "message": "Veuillez sélectionner au moins 2 membres" }, "closedGroupMaxSize": { - "message": "Un groupe privé ne peut pas avoir plus de 20 membres" + "message": "Un groupe privé ne peut pas avoir plus de 100 membres" }, "contextMenuNoSuggestions": { "message": "Pas de suggestions", diff --git a/_locales/id/messages.json b/_locales/id/messages.json index e51394097..25c533fad 100644 --- a/_locales/id/messages.json +++ b/_locales/id/messages.json @@ -1397,7 +1397,7 @@ "message": "Pilih setidaknya 2 anggota grup" }, "closedGroupMaxSize": { - "message": "Grup tertutup maksimal berisi 20 anggota" + "message": "Grup tertutup maksimal berisi 100 anggota" }, "noBlockedContacts": { "message": "Tidak ada kontak yang diblokir" diff --git a/_locales/it/messages.json b/_locales/it/messages.json index 38ee2b883..72b14f3cb 100644 --- a/_locales/it/messages.json +++ b/_locales/it/messages.json @@ -1403,6 +1403,6 @@ "message": "Scegli almeno 2 membri del gruppo" }, "closedGroupMaxSize": { - "message": "Un gruppo chiuso non può avere più di 20 membri" + "message": "Un gruppo chiuso non può avere più di 100 membri" } } \ No newline at end of file diff --git a/_locales/ja/messages.json b/_locales/ja/messages.json index 74c19d1e5..34005adbf 100644 --- a/_locales/ja/messages.json +++ b/_locales/ja/messages.json @@ -1403,7 +1403,7 @@ "message": "グループメンバーを少なくとも 2 人選択してください" }, "closedGroupMaxSize": { - "message": "閉じたグループは 20 人を超えるメンバーを抱えることはできません" + "message": "閉じたグループは 100 人を超えるメンバーを抱えることはできません" }, "noBlockedContacts": { "message": "ブロックしている連絡先はありません" diff --git a/_locales/pl/messages.json b/_locales/pl/messages.json index e2ca51fa5..77d2dcc51 100644 --- a/_locales/pl/messages.json +++ b/_locales/pl/messages.json @@ -1400,7 +1400,7 @@ "message": "Wprowadź krótszą nazwę grupy" }, "closedGroupMaxSize": { - "message": "Grupa zamknięta nie może mieć więcej niż 20 członków" + "message": "Grupa zamknięta nie może mieć więcej niż 100 członków" }, "noBlockedContacts": { "message": "Brak zablokowanych kontaktów" diff --git a/_locales/pt_BR/messages.json b/_locales/pt_BR/messages.json index e00f0e6fb..a95e0db4a 100644 --- a/_locales/pt_BR/messages.json +++ b/_locales/pt_BR/messages.json @@ -1403,6 +1403,6 @@ "message": "Escolha pelo menos 2 membros do grupo" }, "closedGroupMaxSize": { - "message": "Um grupo fechado não pode ter mais de 20 membros" + "message": "Um grupo fechado não pode ter mais de 100 membros" } } \ No newline at end of file diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json index e22014637..9870f1a0d 100644 --- a/_locales/ru/messages.json +++ b/_locales/ru/messages.json @@ -1403,7 +1403,7 @@ "message": "Пожалуйста, выберите как минимум 1 участников группы" }, "closedGroupMaxSize": { - "message": "В закрытой группе не может быть больше 20 участников" + "message": "В закрытой группе не может быть больше 100 участников" }, "contextMenuNoSuggestions": { "message": "No Suggestions", diff --git a/_locales/vi/messages.json b/_locales/vi/messages.json index ed5f078e7..d5d754c5c 100644 --- a/_locales/vi/messages.json +++ b/_locales/vi/messages.json @@ -1361,6 +1361,6 @@ "message": "Vui lòng chọn ít nhất 2 thành viên trong nhóm" }, "closedGroupMaxSize": { - "message": "Một nhóm kín không thể có nhiều hơn 20 thành viên" + "message": "Một nhóm kín không thể có nhiều hơn 100 thành viên" } } \ No newline at end of file diff --git a/preload.js b/preload.js index b80620016..42679dcf4 100644 --- a/preload.js +++ b/preload.js @@ -85,7 +85,7 @@ window.CONSTANTS = new (function() { this.DEFAULT_PUBLIC_CHAT_URL = appConfig.get('defaultPublicChatServer'); this.MAX_LINKED_DEVICES = 1; this.MAX_CONNECTION_DURATION = 5000; - this.CLOSED_GROUP_SIZE_LIMIT = 20; + this.CLOSED_GROUP_SIZE_LIMIT = 100; // Number of seconds to turn on notifications after reconnect/start of app this.NOTIFICATION_ENABLE_TIMEOUT_SECONDS = 10; this.SESSION_ID_LENGTH = 66;