diff options
author | Connor Davis <mail@connordav.is> | 2022-09-07 05:54:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 10:54:44 +0100 |
commit | bb5b47b62a11b14a3458e5a8aafd9ddaf1294199 (patch) | |
tree | 9b60345e6b66f074364b91e4251b916440809320 /changelog.d | |
parent | Remove the unspecced room_id field in the /hierarchy response. (#13506) (diff) | |
download | synapse-bb5b47b62a11b14a3458e5a8aafd9ddaf1294199.tar.xz |
Add Admin API to Fetch Messages Within a Particular Window (#13672)
This adds two new admin APIs that allow us to fetch messages from a room within a particular time.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13672.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13672.feature b/changelog.d/13672.feature new file mode 100644 index 0000000000..2334e6fe15 --- /dev/null +++ b/changelog.d/13672.feature @@ -0,0 +1 @@ +Add admin APIs to fetch messages within a particular window of time. |