mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-09 21:09:14 +08:00
build: 1.3.5-beta27
This commit is contained in:
parent
25f947968c
commit
7cbbb846eb
@ -115,7 +115,7 @@ export function postOB11Event(msg: PostEventType, reportSelf = false, postWs = t
|
||||
const reply = resJson.reply;
|
||||
const peer: Peer = {
|
||||
chatType: ChatType.friend,
|
||||
peerUid: msg.user_id.toString()
|
||||
peerUid: getUidByUin(msg.user_id.toString()) as string
|
||||
};
|
||||
if (msg.message_type == 'private') {
|
||||
if (msg.sub_type === 'group') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user