rev update and a minor fix (missing param) to force_refresh

This commit is contained in:
friendica 2014-02-14 12:39:15 -08:00
parent 064962ff82
commit eadf5121d0
4 changed files with 805 additions and 766 deletions

View File

@ -44,7 +44,7 @@ function item_post(&$a) {
call_hooks('post_local_start', $_REQUEST); call_hooks('post_local_start', $_REQUEST);
// logger('postvars ' . print_r($_REQUEST,true), LOGGER_DATA); // logger('postvars ' . print_r($_REQUEST,true), LOGGER_DATA);
$api_source = ((x($_REQUEST,'api_source') && $_REQUEST['api_source']) ? true : false); $api_source = ((x($_REQUEST,'api_source') && $_REQUEST['api_source']) ? true : false);

View File

@ -828,7 +828,7 @@ function post_post(&$a) {
'xchan_guid' => $sender['guid'], 'xchan_guid' => $sender['guid'],
'xchan_guid_sig' => $sender['guid_sig'], 'xchan_guid_sig' => $sender['guid_sig'],
'hubloc_url' => $sender['url'] 'hubloc_url' => $sender['url']
),null); ),null,(($msgtype === 'force_refresh') ? true : false));
} }
$ret['success'] = true; $ret['success'] = true;
json_return_and_die($ret); json_return_and_die($ret);

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
2014-02-13.587 2014-02-14.588