2
0
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:
John Preston
2022-04-05 18:08:07 +04:00
parent ef972ae15b
commit 2156e15732
3 changed files with 14 additions and 1 deletions

View File

@@ -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();
});