mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
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`.
This commit is contained in:
parent
605a47aac7
commit
66802c204e
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue