diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-01-05 12:49:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 11:49:06 +0000 |
commit | 7a1cefc6e37aa583647f2804c9d9c9765712c59a (patch) | |
tree | 381600a766029608798869bcd37c3e6eb462dc93 /changelog.d | |
parent | Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11... (diff) | |
download | synapse-7a1cefc6e37aa583647f2804c9d9c9765712c59a.tar.xz |
Add admin API to get users' account data (#11664)
Co-authored-by: reivilibre <olivier@librepush.net>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11664.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11664.feature b/changelog.d/11664.feature new file mode 100644 index 0000000000..df81783c66 --- /dev/null +++ b/changelog.d/11664.feature @@ -0,0 +1 @@ +Add admin API to get users' account data. \ No newline at end of file |