diff options
author | friendica <info@friendica.com> | 2014-09-04 21:27:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-04 21:27:13 -0700 |
commit | c7370df1cf1185084f2192453f680b557dfba9c7 (patch) | |
tree | cc92f5f03221a6a5a79dc5394ec48e2ec8d5835c /include/bb2diaspora.php | |
parent | d71e304b150f500af60c215e9772f94b9a9f300b (diff) | |
download | volse-hubzilla-c7370df1cf1185084f2192453f680b557dfba9c7.tar.gz volse-hubzilla-c7370df1cf1185084f2192453f680b557dfba9c7.tar.bz2 volse-hubzilla-c7370df1cf1185084f2192453f680b557dfba9c7.zip |
bb2diaspora_itembody - empty body, that explains a lot
Diffstat (limited to 'include/bb2diaspora.php')
-rw-r--r-- | include/bb2diaspora.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index 9c8c05aeb..5fb708706 100644 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php @@ -257,6 +257,8 @@ function bb2diaspora_itembody($item) { } } + $body = $item['body']; + if(array_key_exists('item_flags',$item) && ($item['item_flags'] & ITEM_OBSCURED)) { $key = get_config('system','prvkey'); $title = (($item['title']) ? crypto_unencapsulate(json_decode($item['title'],true),$key) : ''); |