2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix timestamp highlights when editing media.

This commit is contained in:
John Preston
2019-12-27 15:15:16 +03:00
parent 1ba052cc13
commit fedf29adb1
4 changed files with 31 additions and 23 deletions

View File

@@ -1681,6 +1681,7 @@ bool Session::checkEntitiesAndViewsUpdate(const MTPDmessage &data) {
existing->indexAsNewItem();
existing->contributeToSlowmode(data.vdate().v);
requestItemTextRefresh(existing);
updateDependentMessages(existing);
if (existing->mainView()) {
checkSavedGif(existing);
return true;