From 66802c204e34d0203690b7dc00b75e26ab9fdaf6 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 19 Oct 2019 21:07:48 +0200 Subject: [PATCH 1/2] 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: From f37f46ca48a23e8d1b928cb609f497bcbc36dab5 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 20 Oct 2019 13:12:07 +0200 Subject: [PATCH 2/2] Upgrade version number --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2c6a096c..b5bfcfa3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "ActivityPub Federated Image Sharing", "fr": "Logiciel de partage d'image fédéré via ActivityPub" }, - "version": "0.10.6~ynh1", + "version": "0.10.6~ynh2", "url": "https://pixelfed.org/", "license": "AGPL-3.0-or-later", "maintainer": [