We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d96da81 + 9249ed7 commit fdc0e87Copy full SHA for fdc0e87
ios/RNNeteaseIm/RNNeteaseIm/RNNeteaseIm.m
@@ -343,7 +343,7 @@ - (dispatch_queue_t)methodQueue
343
}
344
//删除会话内容
345
RCT_EXPORT_METHOD(deleteMessage:(nonnull NSString *)messageId){
346
- [[ConversationViewController initWithConversationViewController]delete:messageId];
+ [[ConversationViewController initWithConversationViewController]deleteMsg:messageId];
347
348
//清空聊天记录
349
RCT_EXPORT_METHOD(clearMessage:(nonnull NSString *)sessionId sessionId:(nonnull NSString *)type){
0 commit comments