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:
friendica
2014-08-25 22:43:44 -07:00
parent eb8f194419
commit 6e99848043
18 changed files with 300 additions and 12 deletions

View File

@@ -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;