diff --git a/td/telegram/ContactsManager.cpp b/td/telegram/ContactsManager.cpp index 9fbd28724..b9b28c913 100644 --- a/td/telegram/ContactsManager.cpp +++ b/td/telegram/ContactsManager.cpp @@ -12648,7 +12648,7 @@ void ContactsManager::on_update_chat_delete_user(ChatId chat_id, UserId user_id, return; } } - LOG(ERROR) << "Can't find group member " << user_id << " in " << chat_id << " to delete him"; + LOG(ERROR) << "Can't find basic group member " << user_id << " in " << chat_id << " to be removed"; repair_chat_participants(chat_id); } } diff --git a/td/telegram/MessageEntity.cpp b/td/telegram/MessageEntity.cpp index 10206f860..c67679e3b 100644 --- a/td/telegram/MessageEntity.cpp +++ b/td/telegram/MessageEntity.cpp @@ -1030,7 +1030,7 @@ static bool is_common_tld(Slice str) { "இந்தியா", "հայ", "新加坡", "فلسطين", "政务", "xperia", "xxx", "xyz", "yachts", "yahoo", "yamaxun", "yandex", "ye", "yodobashi", "yoga", "yokohama", "you", "youtube", "yt", "yun", "za", "zappos", "zara", "zero", "zip", "zippo", "zm", "zone", "zuerich", - // comment for clang-format to prevent him from placing all strings on separate lines + // comment for clang-format to prevent it from placing all strings on separate lines "zw"}); string str_lower = utf8_to_lower(str); if (str_lower != str && utf8_substr(Slice(str_lower), 1) == utf8_substr(str, 1)) {