diff options
| author | _ <pmjv@noreply.codeberg.org> | 2025-04-18 13:09:19 +0000 |
|---|---|---|
| committer | _ <pmjv@noreply.codeberg.org> | 2025-04-18 13:09:19 +0000 |
| commit | 2b17f7f89cea7c6d63fa757f23587387b6ea860a (patch) | |
| tree | 5603f967edd15362352478797d398eb6dcf5b215 /doc | |
| parent | 3c427faaf8bc3c1cf942566252a098b81c603419 (diff) | |
| parent | df11310df1660adf2526f85fcd1b443b56faf050 (diff) | |
Merge pull request 'master' (#2) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/pmjv/snac2/pulls/2
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/snac.1 | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -163,6 +163,9 @@ lists of accounts are never published). .It Web interface language If the administrator has installed any language file, it can be selected here. +.It Time zone +The time zone the user is on (default: UTC). Only +used for scheduled posts. .It Password Write the same string in these two fields to change your password. Don't write anything if you don't want to do this. @@ -347,6 +350,18 @@ Imports a Mastodon list of accounts to be blocked in CSV format. The file must be stored inside the .Pa import/ subdirectory of a user's directory inside the server base directory. +.It Cm lists Ar basedir Ar uid +Prints the name of the user created lists. +.It Cm list_members Ar basedir Ar uid Ar name +Prints the list of actors in the named list. +.It Cm create_list Ar basedir Ar uid Ar name +Creates a new list. +.It Cm delete_list Ar basedir Ar uid Ar name +Deletes an existing list. +.It Cm list_add Ar basedir Ar uid Ar name Ar account +Adds an account (by its @name@host handle or actor URL) to a list. +.It Cm list_del Ar basedir Ar uid Ar name Ar actor_url +Deletes an actor (by its actor URL) from a list. .El .Ss Migrating an account to/from Mastodon See |