mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
improved scheme serializer, fixed channel photo delete button, bad media update when message was sent
This commit is contained in:
@@ -4149,7 +4149,7 @@ void MainWidget::feedUpdates(const MTPUpdates &updates, uint64 randomId) {
|
||||
}
|
||||
}
|
||||
|
||||
item->setMedia(d.has_media() ? (&d.vmedia) : 0);
|
||||
item->updateMedia(d.has_media() ? (&d.vmedia) : 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user