mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
Implement photo_upload_form hook as Event
This commit is contained in:
parent
f4624b0591
commit
7298ad29c1
4 changed files with 57 additions and 47 deletions
|
@ -30,6 +30,8 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const POST_LOCAL_END = 'friendica.data.post_local_end';
|
||||
|
||||
public const PHOTO_UPLOAD_FORM = 'friendica.data.photo_upload_form';
|
||||
|
||||
private array $array;
|
||||
|
||||
public function __construct(string $name, array $array)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue