diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2018-08-15 17:35:22 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-08-15 16:35:22 +0100 |
commit | 2f78f432c421702e3756d029b3c669db837d8bcd (patch) | |
tree | bcb12ffed5b880b24bbd82446a343504b92ed9b6 /changelog.d | |
parent | Merge pull request #3653 from matrix-org/erikj/split_federation (diff) | |
download | synapse-2f78f432c421702e3756d029b3c669db837d8bcd.tar.xz |
speed up /members and add at= and membership params (#3568)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3331.feature | 1 | ||||
-rw-r--r-- | changelog.d/3567.feature | 1 | ||||
-rw-r--r-- | changelog.d/3568.feature | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/3331.feature b/changelog.d/3331.feature new file mode 100644 index 0000000000..e574b9bcc3 --- /dev/null +++ b/changelog.d/3331.feature @@ -0,0 +1 @@ +add support for the include_redundant_members filter param as per MSC1227 diff --git a/changelog.d/3567.feature b/changelog.d/3567.feature new file mode 100644 index 0000000000..c74c1f57a9 --- /dev/null +++ b/changelog.d/3567.feature @@ -0,0 +1 @@ +make the /context API filter & lazy-load aware as per MSC1227 diff --git a/changelog.d/3568.feature b/changelog.d/3568.feature new file mode 100644 index 0000000000..247f02ba4e --- /dev/null +++ b/changelog.d/3568.feature @@ -0,0 +1 @@ +speed up /members API and add `at` and `membership` params as per MSC1227 |