修复撤回消息的用户名展示
This commit is contained in:
@@ -304,10 +304,13 @@ export default {
|
||||
});
|
||||
|
||||
// 撤回消息
|
||||
const result = await revokeMessage(
|
||||
this.storeCurrentConversation.conversationID,
|
||||
this.source.clientMsgID
|
||||
);
|
||||
const result = await revokeMessage({
|
||||
conversationID: this.storeCurrentConversation.conversationID,
|
||||
clientMsgID: this.source.clientMsgID,
|
||||
// 当前用户的id和name
|
||||
revokerName: this.storeSelfInfo.nickname,
|
||||
revokerID: this.storeSelfInfo.userID,
|
||||
});
|
||||
|
||||
uni.hideLoading();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user