summary refs log tree commit diff
path: root/changelog.d/13509.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-06 09:01:26 +0100
committerErik Johnston <erik@matrix.org>2022-09-06 09:01:26 +0100
commitcdf7fb737b12cc06cc5693806ee8fa21ade9723d (patch)
tree806549718675588852304a9a676d612ccc6b0a56 /changelog.d/13509.bugfix
parentRemove configuration options for direct TCP replication. (#13647) (diff)
downloadsynapse-cdf7fb737b12cc06cc5693806ee8fa21ade9723d.tar.xz
1.67.0rc1
Diffstat (limited to 'changelog.d/13509.bugfix')
-rw-r--r--changelog.d/13509.bugfix1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/13509.bugfix b/changelog.d/13509.bugfix
deleted file mode 100644
index 6dcb9741d9..0000000000
--- a/changelog.d/13509.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix a bug introduced in Synapse 1.13 where the [List Rooms admin API](https://matrix-org.github.io/synapse/develop/admin_api/rooms.html#list-room-api) would return integers instead of booleans for the `federatable` and `public` fields when using a Sqlite database.