This commit is contained in:
pk5ls20 2024-12-08 22:23:01 +08:00
parent 4552d6970d
commit 218b7bd2a0
No known key found for this signature in database
GPG Key ID: 6370ED7A169F493A

View File

@ -124,7 +124,7 @@ export class PacketMsgReplyElement extends IPacketMsgElement<SendReplyElement> {
}
get isGroupReply(): boolean {
return this.messageClientSeq !== 0;
return this.messageClientSeq === 0;
}
buildElement(): NapProtoEncodeStructType<typeof Elem>[] {