fix for public posts to D*

2022.09-rc
Friendika 2011-08-23 19:40:50 -07:00
rodzic 6a052c3586
commit 838d89a110
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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) {