Now there are four more ...
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<?php
|
||||
namespace Friendica\Worker;
|
||||
|
||||
require_once("include/threads.php");
|
||||
|
||||
function threadupdate_run(&$argv, &$argc){
|
||||
update_threads();
|
||||
update_threads_mention();
|
||||
class ThreadUpdate {
|
||||
public static function execute() {
|
||||
update_threads();
|
||||
update_threads_mention();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user