From a06930f4daa270660151c256d2283b9b3c57ab83 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 16 Nov 2022 11:42:16 +0100 Subject: Posts can be marked as 'sensitive content' (not yet for replies). --- data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data.c') diff --git a/data.c b/data.c index 53706c6..0866e31 100644 --- a/data.c +++ b/data.c @@ -79,7 +79,7 @@ int srv_open(char *basedir) if (error != NULL) srv_log(error); -/* disabled temporarily; messages can't be sent */ +/* disabled temporarily; messages can't be sent (libcurl issue?) */ #if 0 #ifdef __OpenBSD__ srv_debug(2, xs_fmt("Calling unveil()")); -- cgit v1.2.3