From ad1ab1f0c5d8207facfd67991a03855c3ca20c84 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Mon, 20 Feb 2023 19:13:39 -0700 Subject: [PATCH] Default to ActivityPub disabled; +op needs to opt-in --- misc/config_template.in.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_template.in.hjson b/misc/config_template.in.hjson index b2a19135..601f61da 100644 --- a/misc/config_template.in.hjson +++ b/misc/config_template.in.hjson @@ -236,7 +236,7 @@ // others. // See https://www.w3.org/TR/activitypub/ activityPub: { - enabled: true + enabled: false } }