mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
build: 1.3.5-beta27
This commit is contained in:
@@ -115,7 +115,7 @@ export function postOB11Event(msg: PostEventType, reportSelf = false, postWs = t
|
|||||||
const reply = resJson.reply;
|
const reply = resJson.reply;
|
||||||
const peer: Peer = {
|
const peer: Peer = {
|
||||||
chatType: ChatType.friend,
|
chatType: ChatType.friend,
|
||||||
peerUid: msg.user_id.toString()
|
peerUid: getUidByUin(msg.user_id.toString()) as string
|
||||||
};
|
};
|
||||||
if (msg.message_type == 'private') {
|
if (msg.message_type == 'private') {
|
||||||
if (msg.sub_type === 'group') {
|
if (msg.sub_type === 'group') {
|
||||||
|
Reference in New Issue
Block a user