Fixed emoji clearing in sections when sending failed due to slowmode.

Fixed #17149.
This commit is contained in:
23rd 2021-10-30 07:21:30 +03:00
parent b36fce31d5
commit 6ef67caa73
1 changed files with 3 additions and 1 deletions

View File

@ -1225,7 +1225,9 @@ void ComposeControls::initAutocomplete() {
_autocomplete->stickerChosen(
) | rpl::start_with_next([=](FieldAutocomplete::StickerChosen data) {
setText({});
if (!_showSlowmodeError || !_showSlowmodeError()) {
setText({});
}
//_saveDraftText = true;
//_saveDraftStart = crl::now();
//saveDraft();