2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Added handling of updates for rescheduled messages.

This commit is contained in:
23rd
2020-05-09 23:34:57 +03:00
committed by John Preston
parent 6559e83e83
commit 5a75dd2b6f
3 changed files with 15 additions and 0 deletions

View File

@@ -414,6 +414,7 @@ HistoryItem *ScheduledMessages::append(
}, data.vmedia());
existing->updateReplyMarkup(data.vreply_markup());
existing->updateForwardedInfo(data.vfwd_from());
existing->updateDate(data.vdate().v);
history->owner().requestItemTextRefresh(existing);
}, [&](const auto &data) {});
return existing;