diff options
author | Erik Johnston <erik@matrix.org> | 2019-05-16 09:34:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 09:34:12 +0100 |
commit | f201a30244db6369db80169be3258fa3c1f36150 (patch) | |
tree | dee49724772693585e4cb3ef2324e86ab00aaedd /changelog.d | |
parent | Merge branch 'erikj/refactor_pagination_bounds' into erikj/reactions_base (diff) | |
parent | Actually check for None rather falsey (diff) | |
download | synapse-f201a30244db6369db80169be3258fa3c1f36150.tar.xz |
Merge pull request #5186 from matrix-org/erikj/simple_pagination
Add simple relations API
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5198.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5198.feature b/changelog.d/5198.feature new file mode 100644 index 0000000000..c8f624d172 --- /dev/null +++ b/changelog.d/5198.feature @@ -0,0 +1 @@ +Add experimental support for reactions. |