don't process diaspora communications if no pubkey

pull/1/head
Friendika 2011-08-23 03:06:08 -07:00
rodzic 8cfbe2c432
commit afbc46c00f
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -505,6 +505,9 @@ function notifier_run($argv, $argc){
require_once('include/diaspora.php');
if(get_config('system','dfrn_only') || (! get_config('system','diaspora_enabled')) || (! $normal_mode))
break;
if(! contact['pubkey'])
break;
if($target_item['verb'] === ACTIVITY_DISLIKE) {
// unsupported
@ -625,6 +628,9 @@ function notifier_run($argv, $argc){
require_once('include/diaspora.php');
if(get_config('system','dfrn_only') || (! get_config('system','diaspora_enabled')) || (! $normal_mode))
break;
if(! contact['pubkey'])
break;
if($target_item['verb'] === ACTIVITY_DISLIKE) {
// unsupported