diff options
| author | grunfink <grunfink@comam.es> | 2025-07-30 18:17:51 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-07-30 18:17:51 +0200 |
| commit | a3045659036f832fd8b475e9ea0e630852d63d68 (patch) | |
| tree | 96bb027c4f3b0e4570c6c06872f4ad7f6302b71f /doc | |
| parent | 5ad93d0ed1706fdc32f471555adeeaa2dc440259 (diff) | |
Updated documentation.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/snac.1 | 4 | ||||
| -rw-r--r-- | doc/snac.8 | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -152,7 +152,9 @@ what the administrator defined in the global server settings only if it's lesser (i.e. you cannot keep posts for longer than what the admin desires). A value of 0 (the default) means that the global server settings will apply to the posts in your -timeline. +timeline. Also, if the administrator has configured it, +purged local posts generate a Delete activity and sends it +everywhere. .It Drop direct messages from people you don't follow Just what it says in the tin. This is to mitigate spammers coming from Fediverse instances with lax / open registration @@ -169,6 +169,9 @@ fill up with old crap and finally burst in flames, you can disable purging by setting this to 0. .It Ic local_purge_days Same as before, but for the user-generated entries in the local timeline. +.It Ic propagate_local_purge +If this value is set to true, a Delete activity is generated for every +local post purged and sent everywhere. .It Ic cssurls This is a list of URLs to CSS files that will be inserted, in this order, in the HTML before the user CSS. Use these files to configure the global |