mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Updated documentation.
This commit is contained in:
parent
06660fb774
commit
d1ad6640ea
1 changed files with 7 additions and 0 deletions
|
@ -233,6 +233,13 @@ incoming activities with identifiers from that instance will be immediately
|
||||||
blocked without further inspection.
|
blocked without further inspection.
|
||||||
.It Cm unblock Ar basedir Ar instance_url
|
.It Cm unblock Ar basedir Ar instance_url
|
||||||
Unblocks a previously blocked instance.
|
Unblocks a previously blocked instance.
|
||||||
|
.It Cm verify_links Ar basedir Ar uid
|
||||||
|
Verifies all links stored as metadata for the given user. This verification
|
||||||
|
is done by downloading the link content and searching for a link back to
|
||||||
|
the
|
||||||
|
.Nm
|
||||||
|
user url that also contains a rel="me" attribute. These links are specially
|
||||||
|
marked as verified in the user's public timeline and also via the Mastodon API.
|
||||||
.It Cm state Ar basedir
|
.It Cm state Ar basedir
|
||||||
Dumps the current state of the server and its threads. For example:
|
Dumps the current state of the server and its threads. For example:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
|
|
Loading…
Reference in a new issue