diff options
author | friendica <info@friendica.com> | 2014-02-14 12:39:15 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-14 12:39:15 -0800 |
commit | eadf5121d0f047ea297b04ce40ac51a9aa3d18dc (patch) | |
tree | 385b0836463418643fc9d5b1d16b24ae3dab9560 /mod/post.php | |
parent | 064962ff82701d9d415a351a91354a0cdf949bd5 (diff) | |
download | volse-hubzilla-eadf5121d0f047ea297b04ce40ac51a9aa3d18dc.tar.gz volse-hubzilla-eadf5121d0f047ea297b04ce40ac51a9aa3d18dc.tar.bz2 volse-hubzilla-eadf5121d0f047ea297b04ce40ac51a9aa3d18dc.zip |
rev update and a minor fix (missing param) to force_refresh
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/post.php b/mod/post.php index 919f09a35..6c57bfa0d 100644 --- a/mod/post.php +++ b/mod/post.php @@ -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); |