mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:45:16 +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
|
@ -29,9 +29,9 @@ class ArrayFilterEventTest extends TestCase
|
|||
[ArrayFilterEvent::NAV_INFO, 'friendica.data.nav_info'],
|
||||
[ArrayFilterEvent::FEATURE_ENABLED, 'friendica.data.feature_enabled'],
|
||||
[ArrayFilterEvent::FEATURE_GET, 'friendica.data.feature_get'],
|
||||
[ArrayFilterEvent::POST_LOCAL_START, 'friendica.data.post_local_start'],
|
||||
[ArrayFilterEvent::POST_LOCAL, 'friendica.data.post_local'],
|
||||
[ArrayFilterEvent::POST_LOCAL_END, 'friendica.data.post_local_end'],
|
||||
[ArrayFilterEvent::INSERT_POST_LOCAL_START, 'friendica.data.insert_post_local_start'],
|
||||
[ArrayFilterEvent::INSERT_POST_LOCAL, 'friendica.data.insert_post_local'],
|
||||
[ArrayFilterEvent::INSERT_POST_LOCAL_END, 'friendica.data.insert_post_local_end'],
|
||||
[ArrayFilterEvent::INSERT_POST_REMOTE, 'friendica.data.insert_post_remote'],
|
||||
[ArrayFilterEvent::INSERT_POST_REMOTE_END, 'friendica.data.insert_post_remote_end'],
|
||||
[ArrayFilterEvent::PHOTO_UPLOAD_FORM, 'friendica.data.photo_upload_form'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue