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

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