修复bug

This commit is contained in:
liyuhua
2023-12-12 11:53:14 +08:00
parent af64bafcfe
commit 06eacbb38f
6 changed files with 23 additions and 7 deletions

View File

@@ -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;