Channels are a new way to see different content
This commit is contained in:
@@ -24,6 +24,7 @@ namespace Friendica\Worker;
|
||||
use Friendica\Core\Logger;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\Model\Contact\Relation;
|
||||
use Friendica\Model\Post;
|
||||
|
||||
/**
|
||||
* Update the interaction scores
|
||||
@@ -41,6 +42,9 @@ class UpdateScores
|
||||
DBA::close($users);
|
||||
|
||||
Logger::notice('Score update done');
|
||||
|
||||
Post\Engagement::expire();
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user