Create events for post_remote and post_remote_end hook

This commit is contained in:
Art4 2025-03-14 15:35:53 +00:00
parent abe35732d8
commit 9aeb68231d
6 changed files with 22 additions and 3 deletions

View file

@ -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';