From: rabuzarus <> Date: Sun, 11 Oct 2015 16:20:06 +0000 (+0200) Subject: correct a little mistake (delivery.php was not commited) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a539455d813d99c5737ed4fa2e868278978fbf8b;p=friendica.git correct a little mistake (delivery.php was not commited) --- diff --git a/include/delivery.php b/include/delivery.php index 3b554370f5..659add2ad6 100644 --- a/include/delivery.php +++ b/include/delivery.php @@ -520,7 +520,7 @@ function delivery_run(&$argv, &$argc){ if((! $contact['pubkey']) && (! $public_message)) break; - $unsupported_activities = array(ACTIVITY_LIKE, ACTIVITY_DISLIKE, ACTIVITY_ATTEND, ACTIVITY_ATTENDNO, ACTIVITY_ATTENDMAYBE); + $unsupported_activities = array(ACTIVITY_DISLIKE, ACTIVITY_ATTEND, ACTIVITY_ATTENDNO, ACTIVITY_ATTENDMAYBE); //don't transmit activities which are not supported by diaspora foreach($unsupported_activities as $act) {