mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix refreshing ringtone file references.
This commit is contained in:
@@ -2418,7 +2418,7 @@ void ApiWrap::refreshFileReference(
|
||||
MTP_long(data.accessHash)),
|
||||
MTP_long(0)));
|
||||
}, [&](Data::FileOriginRingtones data) {
|
||||
fail();
|
||||
request(MTPaccount_GetSavedRingtones(MTP_long(0)));
|
||||
}, [&](v::null_t) {
|
||||
fail();
|
||||
});
|
||||
|
Reference in New Issue
Block a user