Message: Longer delay for pending status icon

This commit is contained in:
Alexander Zinchuk 2021-04-14 03:17:44 +03:00
parent 3a9bafd769
commit 204bae525a

View File

@ -45,7 +45,7 @@ import { addMessageToLocalDb } from '../helpers';
import { interpolateArray } from '../../../util/waveform';
import { requestChatUpdate } from './chats';
const FAST_SEND_TIMEOUT = 250;
const FAST_SEND_TIMEOUT = 1000;
const INPUT_WAVEFORM_LENGTH = 63;
let onUpdate: OnApiUpdate;