summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-12-18 15:00:34 +0000
committerGitHub <noreply@github.com>2020-12-18 15:00:34 +0000
commit5e7d75daa2d53ea74c75f9a0db52c5590fc22038 (patch)
tree8f2a75480a30fc23283c6c3ebe6d5b4c2426cf67 /changelog.d
parentImplement a username picker for synapse (#8942) (diff)
downloadsynapse-5e7d75daa2d53ea74c75f9a0db52c5590fc22038.tar.xz
Fix mainline ordering in state res v2 (#8971)
This had two effects 1) it'd give the wrong answer and b) would iterate
*all* power levels in the auth chain of each event. The latter of which
can be *very* expensive for certain types of IRC bridge rooms that have
large numbers of power level changes.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8971.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8971.bugfix b/changelog.d/8971.bugfix
new file mode 100644
index 0000000000..c3e44b8c0b
--- /dev/null
+++ b/changelog.d/8971.bugfix
@@ -0,0 +1 @@
+Fix small bug in v2 state resolution algorithm, which could also cause performance issues for rooms with large numbers of power levels.