2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Refresh caption Text after media is being sent.

Fixes #4488.
This commit is contained in:
John Preston
2018-03-13 13:19:06 +03:00
parent 57d0b1d215
commit f792b0052f
9 changed files with 69 additions and 4 deletions

View File

@@ -923,6 +923,7 @@ namespace {
: nullptr);
existing->setViewsCount(m.has_views() ? m.vviews.v : -1);
existing->indexAsNewItem();
Auth().data().requestItemTextRefresh(existing);
if (existing->mainView()) {
App::checkSavedGif(existing);
return true;