forked from mirror/pixelfed
Update federation config, make sharedInbox enabled by default
This commit is contained in:
parent
c547d02821
commit
6e3522c039
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ return [
|
|||
'enabled' => env('ACTIVITY_PUB', false),
|
||||
'outbox' => env('AP_OUTBOX', true),
|
||||
'inbox' => env('AP_INBOX', true),
|
||||
'sharedInbox' => env('AP_SHAREDINBOX', false),
|
||||
'sharedInbox' => env('AP_SHAREDINBOX', true),
|
||||
|
||||
'remoteFollow' => env('AP_REMOTE_FOLLOW', false),
|
||||
|
||||
|
|
Loading…
Reference in a new issue