2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Added initial support of custom sound to notifications.

This commit is contained in:
23rd
2022-04-05 15:26:18 +03:00
parent 9950452e57
commit b1e3b9688e
6 changed files with 85 additions and 5 deletions

View File

@@ -2417,6 +2417,8 @@ void ApiWrap::refreshFileReference(
MTP_long(data.themeId),
MTP_long(data.accessHash)),
MTP_long(0)));
}, [&](Data::FileOriginRingtones data) {
fail();
}, [&](v::null_t) {
fail();
});