1
0
Fork 0

Merge pull request #1524 from pixelfed/frontend-ui-refactor

Frontend ui refactor
This commit is contained in:
daniel 2019-07-18 19:43:02 -06:00 committed by GitHub
commit cc8d66c11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ return [
'inbox' => env('AP_INBOX', true), 'inbox' => env('AP_INBOX', true),
'sharedInbox' => env('AP_SHAREDINBOX', false), 'sharedInbox' => env('AP_SHAREDINBOX', false),
'remoteFollow' => false, 'remoteFollow' => env('AP_REMOTE_FOLLOW', false),
'delivery' => [ 'delivery' => [
'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0), 'timeout' => env('ACTIVITYPUB_DELIVERY_TIMEOUT', 2.0),