correct a little mistake (ACTIVITY_LIKE is supported)
This commit is contained in:
parent
0b36b09823
commit
6f04c57ed3
1 changed files with 1 additions and 1 deletions
|
@ -908,7 +908,7 @@ function notifier_run(&$argv, &$argc){
|
||||||
if(! $contact['pubkey'])
|
if(! $contact['pubkey'])
|
||||||
break;
|
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
|
//don't transmit activities which are not supported by diaspora
|
||||||
foreach($unsupported_activities as $act) {
|
foreach($unsupported_activities as $act) {
|
||||||
|
|
Loading…
Reference in a new issue