summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-08-01 10:36:33 -0400
committerGitHub <noreply@github.com>2023-08-01 10:36:33 -0400
commit90ad836ed8f4b701580213a89f2befb742c88b5e (patch)
treec14b43f5fb976039fdff13d75ae5473164eff23d /changelog.d
parentTrim whitespace when setting display names (#16031) (diff)
downloadsynapse-90ad836ed8f4b701580213a89f2befb742c88b5e.tar.xz
Properly setup the additional sequences in the portdb script. (#16043)
The un_partial_stated_event_stream_sequence and
application_services_txn_id_seq were never properly configured
in the portdb script, resulting in an error on start-up.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16043.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16043.bugfix b/changelog.d/16043.bugfix
new file mode 100644
index 0000000000..78c0f3455a
--- /dev/null
+++ b/changelog.d/16043.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where the `synapse_port_db` failed to configure sequences for application services and partial stated rooms.