build: 1.3.5-beta27

This commit is contained in:
手瓜一十雪
2024-05-17 21:26:32 +08:00
parent 25f947968c
commit 7cbbb846eb

View File

@@ -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') {