diff options
author | zottel <github@zottel.net> | 2014-02-15 00:52:25 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2014-02-15 00:52:25 +0100 |
commit | 54727d3a66df92596378ea7f5c412d5e6037b037 (patch) | |
tree | 9b455bd32a2b5a2c3aaa1c243f8972ff4bcf96e8 /mod/post.php | |
parent | 7a6fcd9ea42ffc5877721589d315d3dbd71560ff (diff) | |
parent | d9e4f634665ec4da69b5af230f45f2a0e9688a1b (diff) | |
download | volse-hubzilla-54727d3a66df92596378ea7f5c412d5e6037b037.tar.gz volse-hubzilla-54727d3a66df92596378ea7f5c412d5e6037b037.tar.bz2 volse-hubzilla-54727d3a66df92596378ea7f5c412d5e6037b037.zip |
Merge remote-tracking branch 'upstream/master'
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); |