]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
cleanup_remote_interactions: true by default
authorChocobozzz <me@florianbigard.com>
Mon, 29 Nov 2021 14:33:08 +0000 (15:33 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 29 Nov 2021 14:33:08 +0000 (15:33 +0100)
config/default.yaml
config/production.yaml.example

index ee7acb437d0f63ce95e39c42f530977bb14a2d1a..b9c725cea1eb846f2bc91645ad54e3e9c431c00e 100644 (file)
@@ -251,9 +251,7 @@ federation:
 
     # Add a weekly job that cleans up remote AP interactions on local videos (shares, rates and comments)
     # It removes objects that do not exist anymore, and potentially fix their URLs
-    # This setting is opt-in because due to an old bug in PeerTube, remote rates sent by instance before PeerTube 3.0 will be deleted
-    # We still suggest you to enable this setting even if your users will loose most of their video's likes/dislikes
-    cleanup_remote_interactions: false
+    cleanup_remote_interactions: true
 
 peertube:
   check_latest_version:
index 0175c7a122a823e174d6a09fb0065c1ab243cc18..d67349c1dcb2e4fb9a152e922dd4c55a45db5cce 100644 (file)
@@ -249,9 +249,7 @@ federation:
 
     # Add a weekly job that cleans up remote AP interactions on local videos (shares, rates and comments)
     # It removes objects that do not exist anymore, and potentially fix their URLs
-    # This setting is opt-in because due to an old bug in PeerTube, remote rates sent by instance before PeerTube 3.0 will be deleted
-    # We still suggest you to enable this setting even if your users will loose most of their video's likes/dislikes
-    cleanup_remote_interactions: false
+    cleanup_remote_interactions: true
 
 peertube:
   check_latest_version: