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 4236d69 commit 0a9618cCopy full SHA for 0a9618c
ios/RNNeteaseIm/RNNeteaseIm/ConversationViewController.m
@@ -1194,7 +1194,7 @@ - (BOOL)isFriendToSendMessage:(NIMMessage *)message{
1194
strSessionName = userInfo.nickName;
1195
}
1196
1197
- NSString * tip = [NSString stringWithFormat:@"%@开启了朋友验证,你还不是他(她)朋友。请先发送朋友验证请求,对方验证通过后,才能聊天。",strSessionName];
+ NSString * tip = [NSString stringWithFormat:@"%@开启了朋友验证,你还不是他(她)朋友。请先发送朋友验证请求,对方验证通过后,才能聊天。发送朋友验证",strSessionName];
1198
NIMMessage *tipMessage = [self msgWithTip:tip];
1199
tipMessage.timestamp = message.timestamp+1;
1200
[[NIMSDK sharedSDK].conversationManager saveMessage:tipMessage forSession:_session completion:nil];
0 commit comments