Direct transfer without a relay is now possible

This commit is contained in:
Michael 2018-03-28 04:24:38 +00:00
parent 7868de529e
commit bfd057f148
3 changed files with 88 additions and 47 deletions

View file

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