From 5182a3384e80462e08713903c14b9cdecf56cdfb Mon Sep 17 00:00:00 2001 From: hanchan Date: Wed, 27 May 2026 17:26:33 +0800 Subject: add keep_replied_posts and keep_replied_me feathers, and auto-mention post author when reply to a post --- doc/snac.8 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/snac.8') diff --git a/doc/snac.8 b/doc/snac.8 index ef93d31..5698ce1 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -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. -- cgit