mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix
This commit is contained in:
parent
f92a17c01b
commit
42059b5817
@ -20,9 +20,6 @@ class MarkMsgAsRead extends BaseAction<Payload, null> {
|
|||||||
let friend = await getFriend(uid);
|
let friend = await getFriend(uid);
|
||||||
this.ReqChatType = friend ? ChatType.friend : ChatType.temp;//重写
|
this.ReqChatType = friend ? ChatType.friend : ChatType.temp;//重写
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 获取UID 组装Peer
|
// 获取UID 组装Peer
|
||||||
// GuildId: string 留空
|
// GuildId: string 留空
|
||||||
let ReqPeer: Peer = { chatType: this.ReqChatType, peerUid: uid, guildId: "" };
|
let ReqPeer: Peer = { chatType: this.ReqChatType, peerUid: uid, guildId: "" };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user