Skip to content

Commit 4dabd27

Browse files
committed
adjust ios create group will return gid
1 parent 186bbb4 commit 4dabd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RCTJMessageModule/RCTJMessageModule.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ - (JMSGOptionalContent *)convertDicToJMSGOptionalContent:(NSDictionary *)dic {
10631063
}
10641064

10651065
JMSGGroup *group = resultObject;
1066-
successCallback(@[[group groupToDictionary]]);
1066+
successCallback(@[group.gid]);
10671067
}];
10681068
}
10691069

0 commit comments

Comments
 (0)