Skip to content
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

Closed
8 tasks done
richvdh opened this issue Sep 27, 2024 · 7 comments
Closed
8 tasks done

New posthog codes for new decryption failure reasons #2541

richvdh opened this issue Sep 27, 2024 · 7 comments
Assignees

Comments

@richvdh
Copy link
Member

richvdh commented Sep 27, 2024

We've recently added new decryption failure reasons; in particular:

  • messages sent from devices which their owners have not cross-signed
  • messages sent from users who we had previously verified, but who have now rotated their identity.

We should add new PostHog reason codes for these failure reasons, and wire up the applications to send them correctly.

Not strictly the same cause but may be trivial to fix at the same time:

@BillCarsonFr
Copy link
Member

I created an issue on rust matrix-org/matrix-rust-sdk#4048 that is covering the work on rust I think.
Linking here so we can discuss it

@richvdh
Copy link
Member Author

richvdh commented Oct 16, 2024

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

@uhoreg
Copy link
Member

uhoreg commented Oct 23, 2024

matrix-analytics-events PR: matrix-org/matrix-analytics-events#114

@uhoreg
Copy link
Member

uhoreg commented Oct 23, 2024

@BillCarsonFr is doing the EX bits, and I'm doing the EW bits

@uhoreg
Copy link
Member

uhoreg commented Oct 25, 2024

React SDK PR: element-hq/element-web#28292 (in draft until tests written)

@BillCarsonFr
Copy link
Member

Not strictly the same cause but trivial to fix at the same time:

No trivial, need to be handled separatly

@richvdh
Copy link
Member Author

richvdh commented Nov 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants