summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-10-05 08:49:52 -0400
committerGitHub <noreply@github.com>2022-10-05 12:49:52 +0000
commit0b037d6c918cb04f86b1fccae9610552de9386d7 (patch)
tree49ae79d5edc94528820801835a06783055639ccf /changelog.d
parentUse threaded receipts when fetching events for push. (#13878) (diff)
downloadsynapse-0b037d6c918cb04f86b1fccae9610552de9386d7.tar.xz
Fix handling of public rooms filter with a network tuple. (#14053)
Fixes two related bugs:

* The handling of `[null]` for a `room_types` filter was incorrect.
* The ordering of arguments when providing both a network tuple
  and room type field was incorrect.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14053.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14053.bugfix b/changelog.d/14053.bugfix
new file mode 100644
index 0000000000..07769f51d0
--- /dev/null
+++ b/changelog.d/14053.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.53.0 when querying `/publicRooms` with both a `room_type` filter and a `third_party_instance_id`.