diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-02-16 08:31:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 08:31:39 -0500 |
commit | 731e08c63a37f5409e0163cb3daf9cb98de38daf (patch) | |
tree | b541cb827b28614ac57efd05b3cea53f6ff306a2 /changelog.d | |
parent | Document that pusher instances are shardable (#9407) (diff) | |
download | synapse-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.bugfix | 1 |
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'". |