Skip to content

Commit 0a9618c

Browse files
guangyaoguangyao
authored andcommitted
修改提示文字
1 parent 4236d69 commit 0a9618c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNNeteaseIm/RNNeteaseIm/ConversationViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ - (BOOL)isFriendToSendMessage:(NIMMessage *)message{
11941194
strSessionName = userInfo.nickName;
11951195
}
11961196

1197-
NSString * tip = [NSString stringWithFormat:@"%@开启了朋友验证,你还不是他(她)朋友。请先发送朋友验证请求,对方验证通过后,才能聊天。",strSessionName];
1197+
NSString * tip = [NSString stringWithFormat:@"%@开启了朋友验证,你还不是他(她)朋友。请先发送朋友验证请求,对方验证通过后,才能聊天。发送朋友验证",strSessionName];
11981198
NIMMessage *tipMessage = [self msgWithTip:tip];
11991199
tipMessage.timestamp = message.timestamp+1;
12001200
[[NIMSDK sharedSDK].conversationManager saveMessage:tipMessage forSession:_session completion:nil];

0 commit comments

Comments
 (0)