diff options
author | habeascodice <habeascodice@federated.social> | 2014-10-13 03:22:26 -0700 |
---|---|---|
committer | habeascodice <habeascodice@federated.social> | 2014-10-13 03:22:26 -0700 |
commit | e4880d07d2aa447425d0b7dc3656e84de08006c0 (patch) | |
tree | 45bd5de70899a2afe03b2f213aef7cfd430a52a2 /include/diaspora.php | |
parent | c854f8c238da2df08b52249142ad24ef66e422d1 (diff) | |
parent | a512d1a4aab35ac874ccbff89d84fdd6d5b3343f (diff) | |
download | volse-hubzilla-e4880d07d2aa447425d0b7dc3656e84de08006c0.tar.gz volse-hubzilla-e4880d07d2aa447425d0b7dc3656e84de08006c0.tar.bz2 volse-hubzilla-e4880d07d2aa447425d0b7dc3656e84de08006c0.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index fb321a813..b35318eac 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -2257,7 +2257,7 @@ function diaspora_send_status($item,$owner,$contact,$public_batch = false) { $images = array(); $title = $item['title']; - $body = bb2diaspora_itembody($item); + $body = bb2diaspora_itembody($item,true); /* // We're trying to match Diaspora's split message/photo protocol but |