diff --git a/td/telegram/NotificationManager.cpp b/td/telegram/NotificationManager.cpp index 200218aaa..a2d19adc2 100644 --- a/td/telegram/NotificationManager.cpp +++ b/td/telegram/NotificationManager.cpp @@ -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") {