mirror of https://github.com/procxx/kepka.git
Fix inline bot messages with previews.
This commit is contained in:
parent
6c38919c3d
commit
67bda19458
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue