summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-02-16 08:31:39 -0500
committerGitHub <noreply@github.com>2021-02-16 08:31:39 -0500
commit731e08c63a37f5409e0163cb3daf9cb98de38daf (patch)
treeb541cb827b28614ac57efd05b3cea53f6ff306a2 /changelog.d
parentDocument that pusher instances are shardable (#9407) (diff)
downloadsynapse-731e08c63a37f5409e0163cb3daf9cb98de38daf.tar.xz
Handle missing data in power levels events during room upgrade. (#9395)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9395.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9395.bugfix b/changelog.d/9395.bugfix
new file mode 100644
index 0000000000..d45cc4ffb9
--- /dev/null
+++ b/changelog.d/9395.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug when upgrading a room: "TypeError: '>' not supported between instances of 'NoneType' and 'int'".