Skip to content

Commit 2b38e5c

Browse files
committed
fix getChatRoomConversationList api
1 parent e7e6e33 commit 2b38e5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ios/RCTJMessageModule/RCTJMessageModule.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,8 +2407,7 @@ - (JMSGOptionalContent *)convertDicToJMSGOptionalContent:(NSDictionary *)dic {
24072407
*
24082408
*/
24092409
//static getChatRoomConversationList(callback) {
2410-
RCT_EXPORT_METHOD(getChatRoomConversationList:(NSDictionary *)param
2411-
successCallback:(RCTResponseSenderBlock)successCallback
2410+
RCT_EXPORT_METHOD(getChatRoomConversationList:(RCTResponseSenderBlock)successCallback
24122411
failCallBack:(RCTResponseSenderBlock)failCallback) {
24132412
[JMSGConversation allChatRoomConversation:^(id resultObject, NSError *error) {
24142413
if (error) {

0 commit comments

Comments
 (0)