mirror of
https://github.com/friendica/friendica
synced 2025-04-29 00:24:24 +02:00
Direct transfer without a relay is now possible
This commit is contained in:
parent
7868de529e
commit
bfd057f148
3 changed files with 88 additions and 47 deletions
|
@ -485,7 +485,7 @@ class Notifier {
|
|||
|
||||
if ($diaspora_delivery) {
|
||||
if (!$followup) {
|
||||
$r0 = Diaspora::relayList();
|
||||
$r0 = Diaspora::relayList($item_id);
|
||||
}
|
||||
|
||||
$r1 = q("SELECT `batch`, ANY_VALUE(`id`) AS `id`, ANY_VALUE(`name`) AS `name`, ANY_VALUE(`network`) AS `network`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue