From 66802c204e34d0203690b7dc00b75e26ab9fdaf6 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 19 Oct 2019 21:07:48 +0200 Subject: [PATCH] Use new federation variables https://github.com/pixelfed/support/issues/57#issuecomment-544187772 > `REMOTE_FOLLOW` has become `AP_REMOTE_FOLLOW`, and `ACTIVITYPUB_INBOX` has become `AP_INBOX`. --- conf/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/.env b/conf/.env index 988cd0e1..0e8da543 100644 --- a/conf/.env +++ b/conf/.env @@ -48,9 +48,9 @@ MAX_CAPTION_LENGTH=150 MAX_ALBUM_LENGTH=4 ACTIVITY_PUB=true -REMOTE_FOLLOW=true -ACTIVITYPUB_INBOX=true -ACTIVITYPUB_SHAREDINBOX=true +AP_REMOTE_FOLLOW=true +AP_INBOX=true +AP_SHAREDINBOX=true # Set these "true" to enable federation. # You might need to also run: