-
Notifications
You must be signed in to change notification settings - Fork 162
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
Expected UTDs due to membership support #2754
Conversation
...lement/android/features/messages/impl/timeline/components/event/TimelineItemEncryptedView.kt
Outdated
Show resolved
Hide resolved
And remove `@Suppress("UNUSED_PARAMETER")`
36f4c85
to
f65025f
Compare
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
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.
LGTM, thanks. The CI is recording the new screenshot.
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2754 +/- ##
===========================================
+ Coverage 73.60% 73.61% +0.01%
===========================================
Files 1504 1506 +2
Lines 36058 36079 +21
Branches 6957 6959 +2
===========================================
+ Hits 26539 26561 +22
+ Misses 5870 5869 -1
Partials 3649 3649 ☔ View full report in Codecov by Sentry. |
Fixes https://github.com/element-hq/crypto-internal/issues/220
Fixes https://github.com/element-hq/crypto-internal/issues/222
Draft as based on this rust-sdk PR matrix-org/matrix-rust-sdk#3337
UTD of room with shared history will be presented as:
And the error will be reported to posthog with a newly created code from matrix-analytics-event 0.20
Includes a new string created in localazy.
Type of change
Content
Motivation and context
Screenshots / GIFs
Tests
Tested devices
Checklist