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:
@@ -732,6 +732,8 @@ void HistoryMessage::refreshSentMedia(const MTPMessageMedia *media) {
|
||||
refreshMedia(media);
|
||||
if (wasGrouped) {
|
||||
Auth().data().groups().refreshMessage(this);
|
||||
} else {
|
||||
Auth().data().requestItemViewRefresh(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user