diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2018-08-16 15:22:47 +0200 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-08-16 14:22:47 +0100 |
commit | 762a758feae40ccb5baf0ba4808308e99e73e13f (patch) | |
tree | bfe42eea696e193a1d9e8ce78b6af78762c5a83b /changelog.d | |
parent | initial cut at a room summary API (#3574) (diff) | |
download | synapse-762a758feae40ccb5baf0ba4808308e99e73e13f.tar.xz |
lazyload aware /messages (#3589)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3589.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3589.feature b/changelog.d/3589.feature new file mode 100644 index 0000000000..a8d7124719 --- /dev/null +++ b/changelog.d/3589.feature @@ -0,0 +1 @@ +Add lazy-loading support to /messages as per MSC1227 |