Fix sending messages to relay servers
This commit is contained in:
parent
25981e8a22
commit
bc03c8846c
|
@ -3222,7 +3222,7 @@ class Diaspora
|
|||
|
||||
// We always try to use the data from the fcontact table.
|
||||
// This is important for transmitting data to Friendica servers.
|
||||
if (!empty($contact['addr'])) {
|
||||
if (!empty($contact['addr']) && ($contact['network'] != NETWORK_DIASPORA)) {
|
||||
$fcontact = self::personByHandle($contact['addr']);
|
||||
$dest_url = ($public_batch ? $fcontact["batch"] : $fcontact["notify"]);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user