Update the RustSDK to v26.03.02

This commit is contained in:
Stefan Ceriu
2026-03-02 15:05:48 +02:00
committed by Stefan Ceriu
parent f085c9d742
commit 5d973eb231
9 changed files with 12 additions and 75 deletions

View File

@@ -109,6 +109,9 @@ final class NSEUserSession: NSEUserSessionProtocol {
case .eventFilteredOut:
MXLog.warning("Notification event filtered out - roomID: \(roomID) eventID: \(eventID)")
return nil
case .eventRedacted:
MXLog.warning("Notification event redacted - roomID: \(roomID) eventID: \(eventID)")
return nil
}
} catch {
MXLog.error("Could not get notification's content creating an empty notification instead, error: \(error)")