diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2023-02-17 14:54:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 13:54:55 +0000 |
commit | 61bfcd669ae596a8df940f434e3e2335059100b1 (patch) | |
tree | 8850b7a471114128422acf2ab7e785e3eae079f9 /docs | |
parent | Mitigate a race where /make_join could 403 for restricted rooms (#15080) (diff) | |
download | synapse-61bfcd669ae596a8df940f434e3e2335059100b1.tar.xz |
Add account data to export command (#14969)
* Add account data to to export command * newsfile * remove not needed function * update newsfile * adopt #14973
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/administration/admin_faq.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/usage/administration/admin_faq.md b/docs/usage/administration/admin_faq.md index 7a27741199..925e1d175e 100644 --- a/docs/usage/administration/admin_faq.md +++ b/docs/usage/administration/admin_faq.md @@ -71,6 +71,9 @@ output-directory │ ├───invite_state │ └───knock_state └───user_data + ├───account_data + │ ├───global + │ └───<room_id> ├───connections ├───devices └───profile |