File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ios/RNNeteaseIm/RNNeteaseIm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ - (void)removAllRecentSessions{
292
292
293
293
}
294
294
// 本地历史记录
295
- RCT_EXPORT_METHOD (queryMessageEx :(nonnull NSString *)sessionId sessionType:(nonnull NSString *)sessionType timeLong:(nonnull NSString *)timeLong direction:(nonnull NSString *)direction limit:(nonnull NSString *)limit asc:(BOOL )asc resolve:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject){
295
+ RCT_EXPORT_METHOD (queryMessageListHistory :(nonnull NSString *)sessionId sessionType:(nonnull NSString *)sessionType timeLong:(nonnull NSString *)timeLong direction:(nonnull NSString *)direction limit:(nonnull NSString *)limit asc:(BOOL )asc resolve:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject){
296
296
[[ConversationViewController initWithConversationViewController ]localSessionList:sessionId sessionType: sessionType timeLong: timeLong direction: direction limit: limit asc: asc success: ^(id param) {
297
297
resolve (param);
298
298
}];
You can’t perform that action at this time.
0 commit comments