Skip to content

Commit ffd8330

Browse files
KenChoiKenChoi
authored andcommitted
Merge branch 'dev' of github.com:jpush/jmessage-react-plugin into dev
2 parents 7ce6739 + 4dabd27 commit ffd8330

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)