distribution penalty

This commit is contained in:
biglyderv 2025-01-25 09:48:11 -05:00
parent 93327df6f7
commit 6457d648ec

View file

@ -26,6 +26,8 @@
$followers = $stmt->fetchAll(PDO::FETCH_DEFAULT); $followers = $stmt->fetchAll(PDO::FETCH_DEFAULT);
$pr[$usern['username']] *= 0.9;
foreach ($followers as $follown) { foreach ($followers as $follown) {
$fn = $follown['target']; $fn = $follown['target'];