From 4947289eabb14c3ad8d63014d22c37ae3cb47453 Mon Sep 17 00:00:00 2001 From: cage Date: Tue, 3 Sep 2024 22:04:17 +0200 Subject: [PATCH] - [fediverse] added comment line character when composing posts. --- etc/shared.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/shared.conf b/etc/shared.conf index 5f0c57b..c83d50a 100644 --- a/etc/shared.conf +++ b/etc/shared.conf @@ -40,7 +40,7 @@ editor = "nano --locking" # prefix for comments line when composing a post # line starting with this prefix will *not* be sent to the server -post.comment-line.prefix = ";" +post.comment-line.prefix = "#" # allowed languages post, if the regex does not match the post's # language the post is discarded