mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update slowmode intervals.
This commit is contained in:
parent
e8a28a57df
commit
787b5f549a
1 changed files with 5 additions and 5 deletions
|
@ -34,11 +34,11 @@ int SlowmodeDelayByIndex(int index) {
|
||||||
|
|
||||||
switch (index) {
|
switch (index) {
|
||||||
case 0: return 0;
|
case 0: return 0;
|
||||||
case 1: return 30;
|
case 1: return 10;
|
||||||
case 2: return 60;
|
case 2: return 30;
|
||||||
case 3: return 5 * 60;
|
case 3: return 60;
|
||||||
case 4: return 15 * 60;
|
case 4: return 5 * 60;
|
||||||
case 5: return 30 * 60;
|
case 5: return 15 * 60;
|
||||||
case 6: return 60 * 60;
|
case 6: return 60 * 60;
|
||||||
}
|
}
|
||||||
Unexpected("Index in SlowmodeDelayByIndex.");
|
Unexpected("Index in SlowmodeDelayByIndex.");
|
||||||
|
|
Loading…
Add table
Reference in a new issue