mirror of
https://github.com/friendica/friendica
synced 2025-04-26 00:30:12 +00:00
OStatus class is now moved into the right place
This commit is contained in:
parent
b93e1d73a1
commit
2c5b5c1cd4
4 changed files with 1688 additions and 1623 deletions
|
@ -101,10 +101,10 @@ function cron_run(&$argv, &$argc){
|
|||
|
||||
// Check OStatus conversations
|
||||
// Check only conversations with mentions (for a longer time)
|
||||
check_conversations(true);
|
||||
ostatus::check_conversations(true);
|
||||
|
||||
// Check every conversation
|
||||
check_conversations(false);
|
||||
ostatus::check_conversations(false);
|
||||
|
||||
// Set the gcontact-id in the item table if missing
|
||||
item_set_gcontact();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue