feat: make PacketMsgPttElement invalid

This commit is contained in:
pk5ls20 2024-10-25 08:33:26 +08:00
parent a2f7903960
commit 684e254996
No known key found for this signature in database
GPG Key ID: 6370ED7A169F493A

View File

@ -351,7 +351,7 @@ export class PacketMsgPttElement extends IPacketMsgElement<SendPttElement> {
}
get valid(): boolean {
return !!this.msgInfo;
return false;
}
buildElement(): NapProtoEncodeStructType<typeof Elem>[] {