mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Remove App::app(), App::uploader(), App::api().
Also use Auth() instead of AuthSession::Current*().
This commit is contained in:
@@ -129,7 +129,7 @@ void DeleteSavedGifClickHandler::onClickImpl() const {
|
||||
|
||||
MTP::send(MTPmessages_SaveGif(_data->mtpInput(), MTP_bool(true)));
|
||||
}
|
||||
AuthSession::Current().data().savedGifsUpdated().notify();
|
||||
Auth().data().savedGifsUpdated().notify();
|
||||
}
|
||||
|
||||
void Gif::paint(Painter &p, const QRect &clip, const PaintContext *context) const {
|
||||
|
Reference in New Issue
Block a user