mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Fix inline bot messages with previews.
This commit is contained in:
parent
6c38919c3d
commit
67bda19458
1 changed files with 2 additions and 0 deletions
|
@ -732,6 +732,8 @@ void HistoryMessage::refreshSentMedia(const MTPMessageMedia *media) {
|
|||
refreshMedia(media);
|
||||
if (wasGrouped) {
|
||||
Auth().data().groups().refreshMessage(this);
|
||||
} else {
|
||||
Auth().data().requestItemViewRefresh(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue