Update the RustSDK to v26.03.02
This commit is contained in:
committed by
Stefan Ceriu
parent
f085c9d742
commit
5d973eb231
@@ -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)")
|
||||
|
||||
Reference in New Issue
Block a user