mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-30 23:38:25 +00:00
Update slowmode intervals.
This commit is contained in:
parent
e8a28a57df
commit
787b5f549a
@ -34,11 +34,11 @@ int SlowmodeDelayByIndex(int index) {
|
||||
|
||||
switch (index) {
|
||||
case 0: return 0;
|
||||
case 1: return 30;
|
||||
case 2: return 60;
|
||||
case 3: return 5 * 60;
|
||||
case 4: return 15 * 60;
|
||||
case 5: return 30 * 60;
|
||||
case 1: return 10;
|
||||
case 2: return 30;
|
||||
case 3: return 60;
|
||||
case 4: return 5 * 60;
|
||||
case 5: return 15 * 60;
|
||||
case 6: return 60 * 60;
|
||||
}
|
||||
Unexpected("Index in SlowmodeDelayByIndex.");
|
||||
|
Loading…
Reference in New Issue
Block a user