Add events for post_local, post_local_start and post_local_end

This commit is contained in:
Art4 2025-02-08 07:58:33 +00:00
parent 10f5f0358a
commit 649ddf7ab9
3 changed files with 51 additions and 33 deletions

View file

@ -24,6 +24,12 @@ final class ArrayFilterEvent extends Event
public const FEATURE_GET = 'friendica.data.feature_get';
public const POST_LOCAL_START = 'friendica.data.post_local_start';
public const POST_LOCAL = 'friendica.data.post_local';
public const POST_LOCAL_END = 'friendica.data.post_local_end';
private array $array;
public function __construct(string $name, array $array)