Better handling of secret chat push notifiations.
GitOrigin-RevId: 05bf44191339d98d7124ef41bd5bec3fc3ade9f1
This commit is contained in:
parent
64a77fc9fb
commit
5b05a6245c
@ -2740,6 +2740,9 @@ string NotificationManager::convert_loc_key(const string &loc_key) {
|
|||||||
if (loc_key == "MESSAGE_DOC") {
|
if (loc_key == "MESSAGE_DOC") {
|
||||||
return "MESSAGE_DOCUMENT";
|
return "MESSAGE_DOCUMENT";
|
||||||
}
|
}
|
||||||
|
if (loc_key == "ENCRYPTED_MESSAGE") {
|
||||||
|
return "MESSAGE";
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case 'E':
|
case 'E':
|
||||||
if (loc_key == "PINNED_GEO") {
|
if (loc_key == "PINNED_GEO") {
|
||||||
|
Loading…
Reference in New Issue
Block a user