diff options
| author | grunfink <grunfink@comam.es> | 2025-06-19 22:40:57 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-06-19 22:40:57 +0200 |
| commit | 883c4b7e765a4114c00cc6a411f923a347e9e5f3 (patch) | |
| tree | 709db1348a11ef2053827344319024a7fb85be7b | |
| parent | 8fdfb5b70d638b0f3c426c8a3ea7d2c2c0937a05 (diff) | |
Updated documentation.
| -rw-r--r-- | doc/snac.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -320,6 +320,13 @@ subdirectory inside the user directory: .Pa blocked_accounts.csv , .Pa lists.csv , and .Pa following_accounts.csv . +.It Cm export_posts Ar basedir Ar uid +Exports all posts written by the user to the file +.Pa outbox.json +inside the +.Pa export/ +subdirectory inside the user directory. The format is compatible with the +one generated by the equivalent option in Mastodon. .It Cm alias Ar basedir Ar uid Ar "@account@remotehost" Sets an account as an alias of this one. This is a necessary step to migrate an account to a remote Mastodon instance (see |