forked from GNUsocial/gnu-social
[NOTIFICATION] Implement Target Collector
This commit is contained in:
@@ -134,4 +134,13 @@ abstract class Entity
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @return array of Actors
|
||||
*/
|
||||
public function getNotificationTargets(array $ids_already_known = []): array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user