OStatus class is now moved into the right place

This commit is contained in:
Michael Vogel 2016-03-30 23:25:20 +02:00 committed by Roland Haeder
parent abf6fb10a5
commit ebd1b31473
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
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();