diff options
author | Eisha Chen-yen-su <chenyensu0@gmail.com> | 2019-05-30 17:07:21 +0200 |
---|---|---|
committer | Eisha Chen-yen-su <chenyensu0@gmail.com> | 2019-05-30 17:07:21 +0200 |
commit | 0b6bc36402b747a6c1bad119aaffdcd326990346 (patch) | |
tree | 0ea5d0321714516da8f79fbb5697cbe582801f9c /changelog.d | |
parent | Fix ignored filter field in `/messages` endpoint (diff) | |
download | synapse-0b6bc36402b747a6c1bad119aaffdcd326990346.tar.xz |
Add changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5293.bugfix | 1 |
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`. |