diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-05-30 18:37:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 18:37:52 +0200 |
commit | cd9fc058dea3a5f5ef282ebdcb48aa6caf1eb722 (patch) | |
tree | 8df9c7ba7029da00be6feaaec8bd0ff5debbfe1f /changelog.d | |
parent | Uniformize spam-checker API, part 3: Expand check_event_for_spam with the abi... (diff) | |
download | synapse-cd9fc058dea3a5f5ef282ebdcb48aa6caf1eb722.tar.xz |
Document the Synapse version of a new module API method (#12917)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12917.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12917.feature b/changelog.d/12917.feature new file mode 100644 index 0000000000..b24489aaad --- /dev/null +++ b/changelog.d/12917.feature @@ -0,0 +1 @@ +Add storage and module API methods to get monthly active users (and their corresponding appservices) within an optionally specified time range. |