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

Update API scheme on layer 160.

This commit is contained in:
John Preston
2023-06-09 19:31:51 +04:00
parent af5228771c
commit bafb4f91b4
8 changed files with 82 additions and 35 deletions

View File

@@ -1804,7 +1804,8 @@ void ApiWrap::requestNotifySettings(const MTPInputNotifyPeer &peer) {
MTPint(),
MTPNotificationSound(),
MTPNotificationSound(),
MTPNotificationSound()));
MTPNotificationSound(),
MTPBool()));
_notifySettingRequests.erase(key);
}).send();
_notifySettingRequests.emplace(key, requestId);