diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-05-01 18:05:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 18:05:58 +0100 |
commit | 97ef1471c67bc4f736d758f2e4f99178bd01d469 (patch) | |
tree | c789df066b0be21784c9a19a698874b007b30fc6 /changelog.d | |
parent | Thread through instance name to replication client. (#7369) (diff) | |
download | synapse-97ef1471c67bc4f736d758f2e4f99178bd01d469.tar.xz |
Wait for current_state_events_membership before populate_stats_process_rooms (#7387)
populate_stats_process_rooms was added in #5971 / v1.4.0; current_state_events_membership was added in #5706 / v1.3.0. Fixes #7380.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7387.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7387.bugfix b/changelog.d/7387.bugfix new file mode 100644 index 0000000000..a250517b49 --- /dev/null +++ b/changelog.d/7387.bugfix @@ -0,0 +1 @@ +Fix a bug which would cause the room durectory to be incorrectly populated if Synapse was upgraded directly from v1.2.1 or earlier to v1.4.0 or later. Note that this fix does not apply retrospectively; see the [upgrade notes](UPGRADE.rst#upgrading-to-v1130) for more information. |