]> git.mxchange.org Git - friendica.git/blobdiff - static/defaults.config.php
DI is now removed
[friendica.git] / static / defaults.config.php
index 33ed8211b483949ec64e0717fa55c10c87fc3f1d..f73a3300a15f696d8b936458154b39df7857b8a3 100644 (file)
@@ -796,4 +796,13 @@ return [
                // Wether the blocklist is publicly listed under /about (or in any later API)
                'public' => true,
        ],
+       'channel' => [
+               // interaction_score_days (Integer)
+               // Number of days that are used to calculate the interaction score.
+               'interaction_score_days' => 30,
+
+               // engagement_hours (Integer)
+               // Number of hours posts are held in the engagement table
+               'engagement_hours' => 24,
+       ],
 ];