mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-12 09:44:25 +02:00
Rename events to insert local post
This commit is contained in:
parent
9aeb68231d
commit
9c6f5f222d
8 changed files with 23 additions and 23 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue