0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-16 14:48:55 +02:00
synapse/changelog.d/7548.bugfix
Erik Johnston f6f92845f8
Fix bug in persist events when dealing with non member types. (#7548)
`_is_server_still_joined` will throw if it is given state updates with non-user ID state keys with local user leaves. This is actually rarely a problem since local leaves almost always get persisted by themselves.

(I discovered this on a branch that was otherwise broken, so I haven't seen this in the wild)
2020-05-21 13:20:10 +01:00

1 line
79 B
Text

Fix bug where a local user leaving a room could fail under rare circumstances.