mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
create event for event_created and event_updated hooks
This commit is contained in:
parent
68b604812c
commit
abe35732d8
6 changed files with 86 additions and 6 deletions
|
@ -76,6 +76,10 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const AVATAR_LOOKUP = 'friendica.data.avatar_lookup';
|
||||
|
||||
public const EVENT_CREATED = 'friendica.data.event_created';
|
||||
|
||||
public const EVENT_UPDATED = 'friendica.data.event_updated';
|
||||
|
||||
public const ADD_WORKER_TASK = 'friendica.data.add_worker_task';
|
||||
|
||||
public const STORAGE_CONFIG = 'friendica.data.storage_config';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue