-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update SDK 1.0.77 #3578
Update SDK 1.0.77 #3578
Conversation
Generated by 🚫 Danger Swift against 6ac57b4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactory.swift
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky tests
To view more test analytics, go to the Test Analytics Dashboard |
@@ -153,6 +153,9 @@ struct RoomTimelineItemFactory: RoomTimelineItemFactoryProtocol { | |||
case .sentBeforeWeJoined: | |||
encryptionType = .megolmV1AesSha2(sessionID: sessionID, cause: .sentBeforeWeJoined) | |||
errorLabel = L10n.commonUnableToDecryptNoAccess | |||
case .historicalMessage: | |||
encryptionType = .megolmV1AesSha2(sessionID: sessionID, cause: .historicalMessage) | |||
errorLabel = L10n.commonUnableToDecryptNoAccess |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a new string for that timeline.decryption_failure.historical_event_no_key_backup
No description provided.