mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Use notify* instead of mark* in Data::Session.
This commit is contained in:
@@ -120,7 +120,7 @@ void DeleteSavedGifClickHandler::onClickImpl() const {
|
||||
|
||||
MTP::send(MTPmessages_SaveGif(_data->mtpInput(), MTP_bool(true)));
|
||||
}
|
||||
Auth().data().markSavedGifsUpdated();
|
||||
Auth().data().notifySavedGifsUpdated();
|
||||
}
|
||||
|
||||
int Gif::resizeGetHeight(int width) {
|
||||
|
Reference in New Issue
Block a user