0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-20 18:18:55 +02:00
synapse/changelog.d/7854.bugfix
Richard van der Hoff a57df9b827
Avoid brand new rooms in delete_old_current_state_events (#7854)
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.
2020-07-15 18:33:03 +01:00

2 lines
120 B
Plaintext

Fix a bug introduced in Synapse 1.10.0 which could cause a "no create event in auth events" error during room creation.