Fix warning.

GitOrigin-RevId: 0457285fd8f7313917718c01ef801037257e1053
This commit is contained in:
levlam 2020-09-30 22:19:46 +03:00
parent 96c6769353
commit f83022c406

View File

@ -3358,6 +3358,10 @@ void ContactsManager::UserFull::parse(ParserT &parser) {
if (has_photo) {
parse(photo, parser);
}
if (legacy_is_blocked) {
LOG(DEBUG) << "Ignore legacy is_blocked flag";
}
}
template <class StorerT>