Fix warning.
GitOrigin-RevId: 337e0948847966a402cfd0372ed8393e5f7064c9
This commit is contained in:
parent
5de81015ad
commit
6d61dcdc15
@ -409,6 +409,9 @@ class FullRemoteFileLocation {
|
||||
return make_tl_object<telegram_api::inputDocumentFileLocation>(
|
||||
photo().id_, photo().access_hash_, BufferSlice(file_reference_),
|
||||
std::string(1, static_cast<char>(narrow_cast<uint8>(thumbnail.thumbnail_type))));
|
||||
default:
|
||||
UNREACHABLE();
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user