mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-21 22:50:06 +08:00
try fix: #755
This commit is contained in:
parent
7539a4129f
commit
fca90592d6
@ -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,
|
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user