convert manual page updates to a display setting instead of a feature
This commit is contained in:
@@ -1930,4 +1930,15 @@ function channel_reddress($channel) {
|
||||
return '';
|
||||
|
||||
return strtolower($channel['channel_address'] . '@' . App::get_hostname());
|
||||
}
|
||||
|
||||
|
||||
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');
|
||||
|
||||
return intval($x);
|
||||
|
||||
}
|
Reference in New Issue
Block a user