mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +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
|
@ -154,7 +154,7 @@ EOT;
|
|||
$post['id'] = $post_id;
|
||||
|
||||
$post = $this->eventDispatcher->dispatch(
|
||||
new ArrayFilterEvent(ArrayFilterEvent::POST_LOCAL_END, $post)
|
||||
new ArrayFilterEvent(ArrayFilterEvent::INSERT_POST_LOCAL_END, $post)
|
||||
)->getArray();
|
||||
|
||||
$post = Post::selectFirst(['uri-id', 'uid'], ['id' => $post_id]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue