-
Notifications
You must be signed in to change notification settings - Fork 12
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
New posthog codes for new decryption failure reasons #2541
Comments
I created an issue on rust matrix-org/matrix-rust-sdk#4048 that is covering the work on rust I think. |
That issue lays some groundwork, but does not update the posthog integration in the rust sdk |
matrix-analytics-events PR: matrix-org/matrix-analytics-events#114 |
@BillCarsonFr is doing the EX bits, and I'm doing the EW bits |
React SDK PR: element-hq/element-web#28292 (in draft until tests written) |
No trivial, need to be handled separatly |
I've moved this to the "Trust & Decoration" workstream, since the codes affected here will only affect devices with the "Exclude insecure devices when sending/receiving messages" labs option enabled, for now. |
We've recently added new decryption failure reasons; in particular:
We should add new PostHog reason codes for these failure reasons, and wire up the applications to send them correctly.
analytics-events
project Feat: New expected UTD mode due to decryption TrustRequirement matrix-org/matrix-analytics-events#114Not strictly the same cause but may be trivial to fix at the same time:
HistoricalMessage
#2581RoomKeysWithheldForUnverifiedDevice
code #2589The text was updated successfully, but these errors were encountered: