mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Remove some calls to Auth().
This commit is contained in:
@@ -3270,7 +3270,7 @@ void ApiWrap::toggleSavedGif(
|
||||
)).done([=](const MTPBool &result) {
|
||||
if (mtpIsTrue(result)) {
|
||||
if (saved) {
|
||||
App::addSavedGif(document);
|
||||
session().data().addSavedGif(document);
|
||||
}
|
||||
}
|
||||
}).fail([=](const RPCError &error) {
|
||||
|
Reference in New Issue
Block a user