mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10:10 +00:00
new network types
This commit is contained in:
parent
6c0218563f
commit
461625e378
2 changed files with 7 additions and 2 deletions
|
@ -280,7 +280,7 @@
|
|||
);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
case 'stat':
|
||||
if($followup && $contact['notify']) {
|
||||
logger('notifier: slapdelivery: ' . $contact['name']);
|
||||
$deliver_status = slapper($owner,$contact['notify'],$slap);
|
||||
|
@ -324,6 +324,11 @@
|
|||
}
|
||||
}
|
||||
break;
|
||||
case 'mail':
|
||||
case 'dspr':
|
||||
case 'feed':
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue