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
Bob doesn't have any existing Olm sessions with Alice
the to-device message cannot be decrypted
then Bob will try to mark the Alice as wedged, but AFAICT, SessionManager.mark_device_as_wedged won't do anything because it tries to mark a session with Alice as wedged, but there are no existing sessions stored, so nothing can be marked as wedged.
The text was updated successfully, but these errors were encountered:
uhoreg
changed the title
unwedging doesn't work if wedged session is first one created for device
Unwedging doesn't work if wedged session is first one created for device
May 17, 2024
richvdh
changed the title
Unwedging doesn't work if wedged session is first one created for device
Unwedging doesn't work if wedged session is new, and first one created for device
May 22, 2024
This compounds element-hq/element-meta#2356: if the sender claims a forgotten one-time key, they will keep sending messages using the broken Olm session until the recipient starts a new Olm session.
If
then Bob will try to mark the Alice as wedged, but AFAICT,
SessionManager.mark_device_as_wedged
won't do anything because it tries to mark a session with Alice as wedged, but there are no existing sessions stored, so nothing can be marked as wedged.The text was updated successfully, but these errors were encountered: