mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00:00
fix: #1191
This commit is contained in:
parent
3dca5f926e
commit
5b9b7e1c0a
@ -189,7 +189,7 @@ export class OneBotGroupApi {
|
||||
this.core,
|
||||
parseInt(msg.peerUid),
|
||||
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'),
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user