diff options
author | habeascodice <habeascodice@federated.social> | 2014-10-13 03:22:01 -0700 |
---|---|---|
committer | habeascodice <habeascodice@federated.social> | 2014-10-13 03:22:01 -0700 |
commit | 0c5408e22b47880e8e657d4e10f8b39581f2a29a (patch) | |
tree | 9360fbbeca2599b0f4f94b1b48f38f3bedbcc3d3 /include/diaspora.php | |
parent | bde8c6d39e1ccf7a53569cc652a62b5447d3243f (diff) | |
parent | a512d1a4aab35ac874ccbff89d84fdd6d5b3343f (diff) | |
download | volse-hubzilla-0c5408e22b47880e8e657d4e10f8b39581f2a29a.tar.gz volse-hubzilla-0c5408e22b47880e8e657d4e10f8b39581f2a29a.tar.bz2 volse-hubzilla-0c5408e22b47880e8e657d4e10f8b39581f2a29a.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 |