diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-15 10:04:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-15 10:04:02 +0100 |
commit | d86321300a374009931ecfdaf4394411881bae29 (patch) | |
tree | 4dd4c85290505344af2ca3e1478982a2f1128977 /changelog.d | |
parent | Add a `docker` type to the towncrier configuration (#5673) (diff) | |
parent | Fixup docstrings (diff) | |
download | synapse-d86321300a374009931ecfdaf4394411881bae29.tar.xz |
Merge pull request #5589 from matrix-org/erikj/admin_exfiltrate_data
Add basic function to get all data for a user out of synapse
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5589.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5589.feature b/changelog.d/5589.feature new file mode 100644 index 0000000000..a87e669dd4 --- /dev/null +++ b/changelog.d/5589.feature @@ -0,0 +1 @@ +Add ability to pull all locally stored events out of synapse that a particular user can see. |