fix for public posts to D*
This commit is contained in:
parent
6a052c3586
commit
838d89a110
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ function notifier_run($argv, $argc){
|
|||
if(get_config('system','dfrn_only') || (! get_config('system','diaspora_enabled')) || (! $normal_mode))
|
||||
break;
|
||||
|
||||
if(! $contact['pubkey'])
|
||||
if(! $n[0]['pubkey'])
|
||||
break;
|
||||
|
||||
if($target_item['verb'] === ACTIVITY_DISLIKE) {
|
||||
|
|
Loading…
Reference in a new issue