Skip to content

Commit 1491c51

Browse files
guangyaoguangyao
authored andcommitted
Fix
1 parent 59ece26 commit 1491c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNNeteaseIm/RNNeteaseIm/ContactViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ -(void)adduserId:(NSString *)userId andVerifyType:(NSString *)strType andMag:(NS
327327
[[NIMSDK sharedSDK].userManager requestFriend:request completion:^(NSError *error) {
328328
if (!error) {
329329
success(successText);
330-
[weakSelf sendCustomNotificationContent:msg andSessionID:userId andApnsContent:apnsContent AndData:dataDict shouldBeCounted:NO];
330+
[weakSelf sendCustomNotificationContent:msg andSessionID:userId andApnsContent:apnsContent AndData:dataDict shouldBeCounted:YES];
331331
// [self refresh];
332332
}else{
333333
err(failedText);

0 commit comments

Comments
 (0)