OStatus class is now moved into the right place

This commit is contained in:
Michael Vogel 2016-03-30 23:25:20 +02:00
parent b93e1d73a1
commit 2c5b5c1cd4
4 changed files with 1688 additions and 1623 deletions

View file

@ -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();