distribution penalty

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

View file

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