This commit is contained in:
手瓜一十雪 2024-04-24 12:01:32 +08:00
parent f92a17c01b
commit 42059b5817

View File

@ -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: "" };