1
0
Fork 0

Commenting to (nearly) every Friendica contact is now possible

This commit is contained in:
Michael 2018-01-04 19:48:56 +00:00
commit 0c9a9b6f0c
4 changed files with 19 additions and 5 deletions

View file

@ -217,9 +217,14 @@ class Delivery {
}
$deliver_status = 0;
// Transmit via Diaspora if not possible via Friendica
if (($item['uid'] == 0) && ($contact['network'] == NETWORK_DFRN)) {
$contact['network'] = NETWORK_DIASPORA;
}
logger("main delivery by delivery: followup=$followup mail=$mail fsuggest=$fsuggest relocate=$relocate - network ".$contact['network']);
switch($contact['network']) {
switch ($contact['network']) {
case NETWORK_DFRN:
logger('notifier: '.$target_item["guid"].' dfrndelivery: '.$contact['name']);