use head_add_link() for feed discovery

This commit is contained in:
zotlabs
2017-02-21 18:58:51 -08:00
parent bbacfbdd6a
commit 6644dc4861
7 changed files with 45 additions and 33 deletions

View File

@@ -1976,9 +1976,7 @@ function channel_manual_conv_update($channel_id) {
$x = get_pconfig($channel_id, 'system','manual_conversation_update');
if($x === false)
$x = get_config('system','manual_conversation_update');
if($x === false)
$x = 1;
$x = get_config('system','manual_conversation_update', 1);
return intval($x);