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
Fix endless loop adding and removing omemo devices
When removing an old omemo device not seen for longer than 90 days, that
device might still be active (just not sending messages) and immediately
add itself back into the devicelist. This will cause a bundle fetch.
We don't want to delete the device again for not being known if the bundle
fetch is still pending. Similarly for session repairs and queued key
transport messages.
0 commit comments