diff --git a/runtime-light/tl/tl-types.cpp b/runtime-light/tl/tl-types.cpp index db6912cff6..e7f76f8337 100644 --- a/runtime-light/tl/tl-types.cpp +++ b/runtime-light/tl/tl-types.cpp @@ -220,7 +220,6 @@ tl::mask rpcInvokeReqExtra::get_flags() const noexcept { } void rpcReqResultExtra::store(tl::storer& tls) const noexcept { - flags.store(tls); if (static_cast(flags.value & BINLOG_POS_FLAG)) { binlog_pos.store(tls); }