You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the sender chooses to only send e2e messages to verified devices, then unverified devices will receive a notification of a withheld key. (Specifically, a to-device message of type m.room_key.withheld with a code of m.unverified or m.blacklisted.)
We should reflect these notifications in the UI, rather than just showing a generic "Unable to decrypt message" error.
We should also give them a different error code in the Posthog analytics, so that they can be treated as "expected UTDs".
The text was updated successfully, but these errors were encountered:
If the sender chooses to only send e2e messages to verified devices, then unverified devices will receive a notification of a withheld key. (Specifically, a to-device message of type
m.room_key.withheld
with a code ofm.unverified
orm.blacklisted
.)We should reflect these notifications in the UI, rather than just showing a generic "Unable to decrypt message" error.
We should also give them a different error code in the Posthog analytics, so that they can be treated as "expected UTDs".
The text was updated successfully, but these errors were encountered: