This commit is contained in:
pk5ls20
2025-02-05 08:29:37 +08:00
parent 7539a4129f
commit fca90592d6

View File

@@ -137,18 +137,9 @@ export class PacketMsgReplyElement extends IPacketMsgElement<SendReplyElement> {
pbReserve: { pbReserve: {
messageId: this.messageId, messageId: this.messageId,
}, },
toUin: BigInt(0), toUin: BigInt(this.targetUin),
type: 1,
} }
}, {
text: this.isGroupReply ? {
str: 'nya~',
pbReserve: new NapProtoMsg(MentionExtra).encode({
type: this.targetUin === 0 ? 1 : 2,
uin: 0,
field5: 0,
uid: String(this.targetUid),
}),
} : undefined,
}]; }];
} }