mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Add events for post_local, post_local_start and post_local_end
This commit is contained in:
parent
10f5f0358a
commit
649ddf7ab9
3 changed files with 51 additions and 33 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue