X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnotifier.php;h=4efdad4ce4fd480b864932b7c7ee0f2f083ad35e;hb=2fc89deaeae0341aa12b6b811927e793011055d1;hp=39640e51a3f98d4dbad7abe98bfd3cc05fb84ec9;hpb=13fa27f7578d292d8d722554ce6211e8e0bc91af;p=friendica.git diff --git a/include/notifier.php b/include/notifier.php index 39640e51a3..4efdad4ce4 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -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; } }