mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:10:15 +00:00
New field in item table ("shadow") that indicates if there is a shadow entry
This commit is contained in:
parent
c8a62a4073
commit
f711258183
7 changed files with 145 additions and 62 deletions
|
@ -35,6 +35,7 @@ function cron_run(&$argv, &$argc){
|
|||
require_once('include/email.php');
|
||||
require_once('include/socgraph.php');
|
||||
require_once('mod/nodeinfo.php');
|
||||
require_once('include/post_update.php');
|
||||
|
||||
load_config('config');
|
||||
load_config('system');
|
||||
|
@ -106,8 +107,8 @@ function cron_run(&$argv, &$argc){
|
|||
// Check every conversation
|
||||
ostatus::check_conversations(false);
|
||||
|
||||
// Set the gcontact-id in the item table if missing
|
||||
item_set_gcontact();
|
||||
// Do post update functions
|
||||
post_update();
|
||||
|
||||
// update nodeinfo data
|
||||
nodeinfo_cron();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue