mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Poll data and updates handling added.
This commit is contained in:
@@ -5928,7 +5928,7 @@ void HistoryWidget::gotPreview(QString links, const MTPMessageMedia &result, mtp
|
||||
: nullptr;
|
||||
updatePreview();
|
||||
}
|
||||
Auth().data().sendWebPageGameNotifications();
|
||||
Auth().data().sendWebPageGamePollNotifications();
|
||||
} else if (result.type() == mtpc_messageMediaEmpty) {
|
||||
_previewCache.insert(links, 0);
|
||||
if (links == _previewLinks && !_previewCancelled) {
|
||||
|
Reference in New Issue
Block a user