need to figure out what's causing this
This commit is contained in:
parent
e9ea80f2f6
commit
cf87653a92
@ -844,6 +844,12 @@ function zot_import($arr) {
|
||||
|
||||
}
|
||||
else {
|
||||
if((array_key_exists('flags',$i['message'])) && (in_array('private',$i['message']['flags']))) {
|
||||
// This should not happen but until we can stop it...
|
||||
logger('private message was delivered with no recipients.');
|
||||
continue;
|
||||
}
|
||||
|
||||
logger('public post');
|
||||
|
||||
// Public post. look for any site members who are or may be accepting posts from this sender
|
||||
|
Reference in New Issue
Block a user