create third privacy state - public post but not searchable or publicly visible
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user