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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
When considering rooms to clean up in `delete_old_current_state_events`, skip
rooms which we are creating, which otherwise look a bit like rooms we have
left.
Fixes#7834.
When considering rooms to clean up in `delete_old_current_state_events`, skip
rooms which we are creating, which otherwise look a bit like rooms we have
left.
Fixes#7834.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As demonstrated in the logs of this test run:
createRoom
makes them.room.create
event and adds it tocurrent_state_events
delete_old_current_state_events
runs, and sees a room with no active membership eventscreateRoom
tries to add the creator's membership event, but there is no create event in the current state, leading to the observed error.The text was updated successfully, but these errors were encountered: