-
Notifications
You must be signed in to change notification settings - Fork 178
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
depencies(sdk) : update rust sdk 0.2.72 #4060
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4060 +/- ##
========================================
Coverage 83.09% 83.09%
========================================
Files 1871 1871
Lines 48768 48775 +7
Branches 5722 5722
========================================
+ Hits 40525 40532 +7
Misses 6196 6196
Partials 2047 2047 ☔ View full report in Codecov by Sentry. |
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.
Thanks!
@@ -36,7 +36,7 @@ open class TimelineItemEncryptedContentProvider : PreviewParameterProvider<Timel | |||
aTimelineItemEncryptedContent( | |||
data = UnableToDecryptContent.Data.MegolmV1AesSha2( | |||
sessionId = "sessionId", | |||
utdCause = UtdCause.HistoricalMessage, | |||
utdCause = UtdCause.HistoricalMessageAndBackupIsDisabled, |
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.
Add the case HistoricalMessageAndDeviceIsUnverified
here? Can be done later be we may forget :)
ba9fc85
to
ae03c4c
Compare
|
Content
What the title says
Motivation and context
Uses #4044
Screenshots / GIFs
Tests
Tested devices
Checklist