撤回消息的回显修复

This commit is contained in:
砂糖
2025-07-14 13:20:00 +08:00
parent 20030278b9
commit 3dba7f2cfc
3 changed files with 4 additions and 4 deletions

View File

@@ -307,9 +307,8 @@ export default {
const result = await revokeMessage({
conversationID: this.storeCurrentConversation.conversationID,
clientMsgID: this.source.clientMsgID,
// 当前用户的id和name
revokerName: this.storeSelfInfo.nickname,
revokerID: this.storeSelfInfo.userID,
revokerNickname: this.storeSelfInfo.nickname
});
uni.hideLoading();