Merged element v1.11.9 into bum

This commit is contained in:
Arnfried Griesert
2024-04-23 16:13:09 +02:00
26 changed files with 989 additions and 131 deletions
@@ -50,6 +50,9 @@ import AnalyticsEvents
// bwi: #4956 add decryption error information
let unspecifiedErrorMessage: String?
/// UTDs can be permanent or temporary. If temporary, this field will contain the time it took to decrypt the message in milliseconds. If permanent should be nil
var timeToDecrypt: TimeInterval?
init(failedEventId: String, reason: DecryptionFailureReason, context: String, errorCode: NSInteger, deviceCount: NSInteger, unspecifiedErrorMessage: String?) {
self.failedEventId = failedEventId
self.reason = reason