From 136fa15594bb41521c980573a0f52f87cc7b2992 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 7 Aug 2014 18:34:12 -0700 Subject: obscured message showing up in email notification --- include/enotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/enotify.php') diff --git a/include/enotify.php b/include/enotify.php index 8baf5c09f..296287626 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -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']; -- cgit v1.2.3