mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Added handler for MESSAGE_NOT_MODIFIED error when edit media.
This commit is contained in:
@@ -742,7 +742,6 @@ QString FormatViewsCount(int views) {
|
||||
|
||||
void HistoryMessage::refreshMedia(const MTPMessageMedia *media) {
|
||||
_media = nullptr;
|
||||
_savedMedia = nullptr;
|
||||
if (media) {
|
||||
setMedia(*media);
|
||||
}
|
||||
|
Reference in New Issue
Block a user