BREAKING: do not federate unlisted videos by default

pull/3289/head
Chocobozzz 2020-11-10 14:22:13 +01:00
parent 25b7c84724
commit 87568f93e9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ plugins:
federation:
videos:
federate_unlisted: true
federate_unlisted: false
cache:
previews:

View File

@ -179,7 +179,7 @@ plugins:
federation:
videos:
federate_unlisted: true
federate_unlisted: false
###############################################################################