Default config sets users to AP disabled by default; users can opt-in
This commit is contained in:
parent
ad1ab1f0c5
commit
6e53c25d99
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue