mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
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.
1 line
136 B
Text
1 line
136 B
Text
Fix small bug in v2 state resolution algorithm, which could also cause performance issues for rooms with large numbers of power levels.
|