mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix inline bot messages with previews.
This commit is contained in:
@@ -732,6 +732,8 @@ void HistoryMessage::refreshSentMedia(const MTPMessageMedia *media) {
|
|||||||
refreshMedia(media);
|
refreshMedia(media);
|
||||||
if (wasGrouped) {
|
if (wasGrouped) {
|
||||||
Auth().data().groups().refreshMessage(this);
|
Auth().data().groups().refreshMessage(this);
|
||||||
|
} else {
|
||||||
|
Auth().data().requestItemViewRefresh(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user