summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-05-31 10:52:59 +0100
committerGitHub <noreply@github.com>2019-05-31 10:52:59 +0100
commite9981d58ca98a6aa0084409e1c2da9efd24c2177 (patch)
treec8589059d542fc5d31e3376f3143bfa11c290d7d /changelog.d
parentMerge pull request #5294 from matrix-org/erikj/speed_up_room_stats (diff)
parentAdd changelog (diff)
downloadsynapse-e9981d58ca98a6aa0084409e1c2da9efd24c2177.tar.xz
Merge pull request #5293 from Kagamihime/messages-federation-format
Fix ignored filter field in `/messages` endpoint
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5293.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5293.bugfix b/changelog.d/5293.bugfix
new file mode 100644
index 0000000000..aa519a8433
--- /dev/null
+++ b/changelog.d/5293.bugfix
@@ -0,0 +1 @@
+Fix a bug where it is not possible to get events in the federation format with the request `GET /_matrix/client/r0/rooms/{roomId}/messages`.