Rename events to insert local post

This commit is contained in:
Art4 2025-03-14 15:45:36 +00:00
parent 9aeb68231d
commit 9c6f5f222d
8 changed files with 23 additions and 23 deletions

View file

@ -24,11 +24,11 @@ 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 INSERT_POST_LOCAL_START = 'friendica.data.insert_post_local_start';
public const POST_LOCAL = 'friendica.data.post_local';
public const INSERT_POST_LOCAL = 'friendica.data.insert_post_local';
public const POST_LOCAL_END = 'friendica.data.post_local_end';
public const INSERT_POST_LOCAL_END = 'friendica.data.insert_post_local_end';
public const INSERT_POST_REMOTE = 'friendica.data.insert_post_remote';