diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2026-06-29 17:43:24 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2026-06-29 17:43:24 +0000 |
| commit | 15d4dfc538dce7bfce4b0926b77f7f200cca99ff (patch) | |
| tree | f0dbceb404d2bab3896ffd6b42ec4b41f8f01c7e /doc | |
| parent | 30849656518854f1ff5af2ad8e583ceb199d1fbd (diff) | |
| parent | 25ccc2599aa722b0552193961d4cda15928112d8 (diff) | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/snac.1 | 3 | ||||
| -rw-r--r-- | doc/snac.5 | 2 | ||||
| -rw-r--r-- | doc/snac.8 | 5 |
3 files changed, 10 insertions, 0 deletions
@@ -204,6 +204,9 @@ used for scheduled posts. .It Languages you usually post in Fill this string with the ISO 639 Language Codes you expect to write your posts in, space-separated (example: en fr pt_BR). +.It Don't show posts written in these languages +A space-separated string of ISO 639 Language Codes +(example: en fr de). .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. @@ -167,6 +167,8 @@ This directory stores hard links to the actor objects in the object storage. This directory stores the users being followed as hard links to the 'Follow' or 'Accept' objects in the object storage. File names are the hashes of each actor Id. +.It Pa pending/ +This directory stores following requests not yet confirmed nor rejected. .It Pa private/ This directory stores hard links to the timeline entries in the object storage. .It Pa private.idx @@ -327,6 +327,11 @@ Overrides the default "mogrify" command name or path. Use this if the tool is no Overrides the default "ffmpeg" command name or path. Use this if the tool is not in the system PATH or has a different name. .It Ic purge_static If set to true, user static directories are purged; any file stored in these subdirectories (usually images or other media) that is not attached to any post, not used as avatar, header or favicon, and not served as an emoji, is deleted from the filesystem. Don't enable this option if any of your users are serving other files (like, e.g., CSS assets) this way. +.It Ic keep_replied_posts +If set to true, when you reply to a remote post, the parent remote post will be added to local public timeline. +.It Ic keep_replied_me +If set to true, when a remote user replies to one of local posts, the +remote reply will be added to local public timeline. .El .Pp You must restart the server to make effective these changes. |