Better handling of secret chat push notifiations.

GitOrigin-RevId: 05bf44191339d98d7124ef41bd5bec3fc3ade9f1
This commit is contained in:
levlam 2019-09-04 19:17:56 +03:00
parent 64a77fc9fb
commit 5b05a6245c
1 changed files with 3 additions and 0 deletions

View File

@ -2740,6 +2740,9 @@ string NotificationManager::convert_loc_key(const string &loc_key) {
if (loc_key == "MESSAGE_DOC") {
return "MESSAGE_DOCUMENT";
}
if (loc_key == "ENCRYPTED_MESSAGE") {
return "MESSAGE";
}
break;
case 'E':
if (loc_key == "PINNED_GEO") {