summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-09-24 08:13:55 -0400
committerGitHub <noreply@github.com>2020-09-24 08:13:55 -0400
commit13099ae4311436b82ae47ca252cac1fa7fa58cc6 (patch)
tree00d70f048b35b46fd56243b696ffe62c4867e0d8 /changelog.d
parentFactor out `_send_dummy_event_for_room` (#8370) (diff)
downloadsynapse-13099ae4311436b82ae47ca252cac1fa7fa58cc6.tar.xz
Mark the shadow_banned column as boolean in synapse_port_db. (#8386)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8386.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8386.bugfix b/changelog.d/8386.bugfix
new file mode 100644
index 0000000000..24983a1e95
--- /dev/null
+++ b/changelog.d/8386.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.20.0 which caused the `synapse_port_db` script to fail.