diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-02-23 07:33:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 07:33:24 -0500 |
commit | 65a9eb899479e4c9d7de8b86780f68d478696908 (patch) | |
tree | 35fd4fb23178acb83f44c4502b85d31c5657ab7f /changelog.d | |
parent | Fix deleting pushers when using sharded pushers. (#9465) (diff) | |
download | synapse-65a9eb899479e4c9d7de8b86780f68d478696908.tar.xz |
Include newly added sequences in the port DB script. (#9449)
And ensure the consistency of `event_auth_chain_id`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9449.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9449.bugfix b/changelog.d/9449.bugfix new file mode 100644 index 0000000000..54214a7e4a --- /dev/null +++ b/changelog.d/9449.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.26.0 where some sequences were not properly configured when running `synapse_port_db`. |