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.
1 parent 59ece26 commit 1491c51Copy full SHA for 1491c51
ios/RNNeteaseIm/RNNeteaseIm/ContactViewController.m
@@ -327,7 +327,7 @@ -(void)adduserId:(NSString *)userId andVerifyType:(NSString *)strType andMag:(NS
327
[[NIMSDK sharedSDK].userManager requestFriend:request completion:^(NSError *error) {
328
if (!error) {
329
success(successText);
330
- [weakSelf sendCustomNotificationContent:msg andSessionID:userId andApnsContent:apnsContent AndData:dataDict shouldBeCounted:NO];
+ [weakSelf sendCustomNotificationContent:msg andSessionID:userId andApnsContent:apnsContent AndData:dataDict shouldBeCounted:YES];
331
// [self refresh];
332
}else{
333
err(failedText);
0 commit comments