Fix warning.
GitOrigin-RevId: 0457285fd8f7313917718c01ef801037257e1053
This commit is contained in:
parent
96c6769353
commit
f83022c406
@ -3358,6 +3358,10 @@ void ContactsManager::UserFull::parse(ParserT &parser) {
|
|||||||
if (has_photo) {
|
if (has_photo) {
|
||||||
parse(photo, parser);
|
parse(photo, parser);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (legacy_is_blocked) {
|
||||||
|
LOG(DEBUG) << "Ignore legacy is_blocked flag";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class StorerT>
|
template <class StorerT>
|
||||||
|
Loading…
Reference in New Issue
Block a user