mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Create events for post_remote and post_remote_end hook
This commit is contained in:
parent
abe35732d8
commit
9aeb68231d
6 changed files with 22 additions and 3 deletions
|
@ -30,6 +30,10 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const POST_LOCAL_END = 'friendica.data.post_local_end';
|
||||
|
||||
public const INSERT_POST_REMOTE = 'friendica.data.insert_post_remote';
|
||||
|
||||
public const INSERT_POST_REMOTE_END = 'friendica.data.insert_post_remote_end';
|
||||
|
||||
public const PHOTO_UPLOAD_FORM = 'friendica.data.photo_upload_form';
|
||||
|
||||
public const NETWORK_TO_NAME = 'friendica.data.network_to_name';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue