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

Fix inline bot messages with previews.

This commit is contained in:
John Preston
2018-03-26 02:01:13 +04:00
parent 6c38919c3d
commit 67bda19458

View File

@@ -732,6 +732,8 @@ void HistoryMessage::refreshSentMedia(const MTPMessageMedia *media) {
refreshMedia(media);
if (wasGrouped) {
Auth().data().groups().refreshMessage(this);
} else {
Auth().data().requestItemViewRefresh(this);
}
}