kopia lustrzana https://github.com/friendica/friendica
Bugfix: The notify value for Diaspora wasn't assigned
rodzic
7cda169f24
commit
34475ad262
|
@ -604,7 +604,8 @@ function probe_url($url, $mode = PROBE_NORMAL, $level = 1) {
|
|||
$pubkey = $hcard_key;
|
||||
}
|
||||
}
|
||||
if(($network != "") && $diaspora_base && $diaspora_guid) {
|
||||
|
||||
if(($network == "") && $diaspora_base && $diaspora_guid) {
|
||||
$diaspora_notify = $diaspora_base.'receive/users/'.$diaspora_guid;
|
||||
$diaspora = true;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue