mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-19 13:10:16 +08:00
fix: #1191
This commit is contained in:
parent
7afbc95eda
commit
2735eb14bd
@ -189,7 +189,7 @@ export class OneBotGroupApi {
|
|||||||
this.core,
|
this.core,
|
||||||
parseInt(msg.peerUid),
|
parseInt(msg.peerUid),
|
||||||
MessageUnique.getShortIdByMsgId(msgData.msgList[0].msgId)!,
|
MessageUnique.getShortIdByMsgId(msgData.msgList[0].msgId)!,
|
||||||
parseInt(msgData.msgList[0].senderUin),
|
parseInt(msgData.msgList[0].senderUin ?? +await this.core.apis.UserApi.getUinByUidV2(msgData.msgList[0].senderUid)),
|
||||||
parseInt(realMsg?.add_digest_uin ?? '0'),
|
parseInt(realMsg?.add_digest_uin ?? '0'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user