diff options
author | 2024-07-31 16:03:34 +0200 | |
---|---|---|
committer | 2024-07-31 15:03:34 +0100 | |
commit | 38f041cea1ba0cd3492f351353a29aa5b73e2731 (patch) | |
tree | bdd055d5cf7d9c06523c694cb4abe86d220960d0 /docs/user_guide | |
parent | [feature] Object store custom URL (S3) (#3046) (diff) | |
download | gotosocial-38f041cea1ba0cd3492f351353a29aa5b73e2731.tar.xz |
[feature] Allow users to export data via the settings panel (#3140)
* [feature] Allow users to export data via the settings panel
* rename/move some stuff
Diffstat (limited to 'docs/user_guide')
-rw-r--r-- | docs/user_guide/settings.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/user_guide/settings.md b/docs/user_guide/settings.md index 52afb056f..0811381c0 100644 --- a/docs/user_guide/settings.md +++ b/docs/user_guide/settings.md @@ -204,3 +204,11 @@ For more information on the way GoToSocial manages passwords, please see the [Pa In the migration section you can manage settings related to aliasing and/or migrating your account to or from another account. Please see the [migration document](./migration.md) for more information on moving your account. + +## Export & Import + +In the export & import section, you can export data from your GoToSocial account, or import data into it (TODO). + +### Export + +To export your following, followers, lists, account blocks, or account mutes, you can use the button on this page. All exports will be served in Mastodon-compatible CSV format, so you can import them later into Mastodon or another GoToSocial instance, if you like. |