obscured message showing up in email notification

This commit is contained in:
friendica 2014-08-07 18:34:12 -07:00
parent a7d95108d0
commit 136fa15594

View File

@ -65,7 +65,7 @@ function notification($params) {
localize_item($i);
$title = $i['title'];
$body = $i['body'];
$private = $i['item_private'];
$private = (($i['item_private']) || ($i['item_flags'] & ITEM_OBSCURED));
}
else {
$title = $params['item']['title'];