diff options
author | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2014-10-13 21:19:07 +0200 |
---|---|---|
committer | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2014-10-13 21:19:07 +0200 |
commit | 9dc3b01959211678aa392f173f4644971c91ba2d (patch) | |
tree | 8515cd7a3568011012d9b82e323d612bd48b414d /include/diaspora.php | |
parent | 56f6f696bd5dd5b8120d562d9f43fe94d8e6dd41 (diff) | |
parent | 240cbc8798cf64ee6226db01dfd6e5b0bae8b85e (diff) | |
download | volse-hubzilla-9dc3b01959211678aa392f173f4644971c91ba2d.tar.gz volse-hubzilla-9dc3b01959211678aa392f173f4644971c91ba2d.tar.bz2 volse-hubzilla-9dc3b01959211678aa392f173f4644971c91ba2d.zip |
Merge from 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 |