]> git.mxchange.org Git - friendica.git/blobdiff - include/notifier.php
create third privacy state - public post but not searchable or publicly visible
[friendica.git] / include / notifier.php
index 443cc30141bceb1e540a75cae9db04aa521a92ed..f54efba31de8101bc5a658e0ece65eec7571651f 100644 (file)
@@ -399,7 +399,7 @@ function notifier_run($argv, $argc){
 
                                // private emails may be in included in public conversations. Filter them.
 
-                               if(($public_message) && $item['private'])
+                               if(($public_message) && $item['private'] == 1)
                                        continue;