撤回消息的回显修复
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user