diff options
author | Matt C <96466754+buffless-matt@users.noreply.github.com> | 2022-05-27 20:25:57 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-27 10:25:57 +0000 |
commit | a7da00d4f74b0c614971da0978a0f0d6c316fa8b (patch) | |
tree | 2b5ec24820cfbf977243b57bf62fd3b3756bc736 /changelog.d | |
parent | Easy type hints in synapse.logging.opentracing (#12894) (diff) | |
download | synapse-a7da00d4f74b0c614971da0978a0f0d6c316fa8b.tar.xz |
Add storage and module API methods to get monthly active users and their appservices (#12838)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12838.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12838.feature b/changelog.d/12838.feature new file mode 100644 index 0000000000..b24489aaad --- /dev/null +++ b/changelog.d/12838.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. |