修复bug
This commit is contained in:
@@ -645,7 +645,11 @@
|
||||
|
||||
[[NIMSDK sharedSDK].conversationManager markAllMessagesReadInSession:self.session];
|
||||
}
|
||||
|
||||
- (void)onRecvRevokeMessageNotification:(NIMRevokeMessageNotification *)notification{
|
||||
|
||||
|
||||
[[NIMSDK sharedSDK].conversationManager deleteMessage:notification.message];
|
||||
}
|
||||
- (void)sendMessage:(NIMMessage *)message didCompleteWithError:(NSError *)error {
|
||||
if (message.session.sessionType != NIMSessionTypeP2P) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user