distribution penalty
This commit is contained in:
parent
93327df6f7
commit
6457d648ec
1 changed files with 2 additions and 0 deletions
|
@ -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'];
|
||||
|
|
Loading…
Reference in a new issue