Fix CE.
GitOrigin-RevId: 665876ce71338e0a0f31a4a846a9501cba613847
This commit is contained in:
parent
ee8d7a94ec
commit
caa48e00ab
@ -64,7 +64,7 @@ FileId StickersManager::parse_sticker(bool in_sticker_set, T &parser) {
|
|||||||
CHECK(in_sticker_set_stored == in_sticker_set)
|
CHECK(in_sticker_set_stored == in_sticker_set)
|
||||||
<< in_sticker_set << " " << in_sticker_set_stored << " " << parser.version() << " " << sticker->is_mask << " "
|
<< in_sticker_set << " " << in_sticker_set_stored << " " << parser.version() << " " << sticker->is_mask << " "
|
||||||
<< has_sticker_set_access_hash << " "
|
<< has_sticker_set_access_hash << " "
|
||||||
<< format::as_hex_dump<4>(parser.fetch_string_raw<Slice>(parser.get_left_len()));
|
<< format::as_hex_dump<4>(parser.template fetch_string_raw<Slice>(parser.get_left_len()));
|
||||||
if (!in_sticker_set) {
|
if (!in_sticker_set) {
|
||||||
parse(sticker->set_id, parser);
|
parse(sticker->set_id, parser);
|
||||||
if (has_sticker_set_access_hash) {
|
if (has_sticker_set_access_hash) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user