|
@@ -350,6 +350,18 @@ Imports a Mastodon list of accounts to be blocked in CSV format. The
|
|
|
file must be stored inside the
|
|
file must be stored inside the
|
|
|
.Pa import/
|
|
.Pa import/
|
|
|
subdirectory of a user's directory inside the server base directory.
|
|
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
|
|
.El
|
|
|
.Ss Migrating an account to/from Mastodon
|
|
.Ss Migrating an account to/from Mastodon
|
|
|
See
|
|
See
|