Improve performance

This commit is contained in:
Karlatemp 2022-02-16 23:15:27 +08:00
parent 5f7b7896d0
commit 7252879f46
No known key found for this signature in database
GPG Key ID: C6B606FF23D8FED7

View File

@ -350,7 +350,7 @@ internal class ImMsgBody : ProtoBuf {
@ProtoNumber(21) @JvmField val anonGroupMsg: AnonymousGroupMsg? = null,
@ProtoNumber(22) @JvmField val qqLiveOld: QQLiveOld? = null,
@ProtoNumber(23) @JvmField val lifeOnline: LifeOnlineAccount? = null,
@ProtoNumber(24) @JvmField val qqwalletMsg: QQWalletMsg? = null,
// @ProtoNumber(24) @JvmField val qqwalletMsg: QQWalletMsg? = null,
@ProtoNumber(25) @JvmField val crmElem: CrmElem? = null,
@ProtoNumber(26) @JvmField val conferenceTipsInfo: ConferenceTipsInfo? = null,
@ProtoNumber(27) @JvmField val redbagInfo: RedBagInfo? = null,