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 87e4385 + ab2d5cb commit f47506cCopy full SHA for f47506c
ios/RCTJMessageModule/RCTJMessageModule.m
@@ -244,10 +244,7 @@ - (void)didReceiveJMessageMessage:(NSNotification *)notification {
244
if (!error) {
245
NSArray *users = resultObject;
246
JMSGUser *user = users[0];
247
-
248
- [user thumbAvatarData:^(NSData *data, NSString *objectId, NSError *error) {
249
- successCallback(@[[user userToDictionary]]);
250
- }];
+ successCallback(@[[user userToDictionary]]);
251
} else {
252
failCallback(@[[error errorToDictionary]]);
253
}
0 commit comments