diff options
author | default <nobody@localhost> | 2022-11-16 11:42:16 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-16 11:42:16 +0100 |
commit | a06930f4daa270660151c256d2283b9b3c57ab83 (patch) | |
tree | 2cb6ce06487f27f53ecca24a81681212a395c6b7 /data.c | |
parent | 36ff9721737f24615e0c5eaefb70046e567412eb (diff) |
Posts can be marked as 'sensitive content' (not yet for replies).
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()")); |