more diaspora stuff - most of the basic bits are there except queueing and physical delivery (I'm keeping delivery turned off until some of the bugs are fixed so we don't cause inifinite loops or network meltdowns) - now it's just a matter of going through and methodically finding all the bugs
This commit is contained in:
@@ -493,7 +493,7 @@ function notifier_run($argv, $argc){
|
||||
}
|
||||
|
||||
|
||||
if($hub['network'] === 'diaspora' || $hub['network'] === 'friendica-over-diaspora') {
|
||||
if($hub['hubloc_network'] === 'diaspora' || $hub['hubloc_network'] === 'friendica-over-diaspora') {
|
||||
if(! get_config('system','diaspora_enabled'))
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user