mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Refactored variables for edit media in HistoryItem.
- Replaced _isLocalUpdateMedia with client flag. - Removed _isEditingMedia.
This commit is contained in:
@@ -174,7 +174,6 @@ namespace App {
|
||||
checkEntitiesAndViewsUpdate(m.c_message());
|
||||
}
|
||||
existing->applyEdition(message);
|
||||
existing->setIsLocalUpdateMedia(false);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user