From f6f92845f84301619f4c48eed9364b25db0b1445 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 21 May 2020 13:20:10 +0100 Subject: 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) --- changelog.d/7548.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/7548.bugfix (limited to 'changelog.d') diff --git a/changelog.d/7548.bugfix b/changelog.d/7548.bugfix new file mode 100644 index 0000000000..1233b3b31a --- /dev/null +++ b/changelog.d/7548.bugfix @@ -0,0 +1 @@ +Fix bug where a local user leaving a room could fail under rare circumstances. -- cgit 1.4.1