Default config sets users to AP disabled by default; users can opt-in

This commit is contained in:
Bryan Ashby 2023-02-20 19:14:11 -07:00
parent ad1ab1f0c5
commit 6e53c25d99
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ module.exports = () => {
// See also ./core/activitypub/settings.js
activityPub: {
enabled: true, // ActivityPub enabled for this user?
enabled: false, // ActivityPub enabled for this user?
manuallyApproveFollowers: false,
hideSocialGraph: false,
showRealName: true,