mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Create events for contact_edit and contact_edit_post hooks
This commit is contained in:
parent
e4cb372760
commit
584e7e05b0
5 changed files with 109 additions and 64 deletions
|
@ -118,6 +118,10 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const UNBLOCK_CONTACT = 'friendica.data.unblock_contact';
|
||||
|
||||
public const EDIT_CONTACT_FORM = 'friendica.data.edit_contact_form';
|
||||
|
||||
public const EDIT_CONTACT_POST = 'friendica.data.edit_contact_post';
|
||||
|
||||
public const AVATAR_LOOKUP = 'friendica.data.avatar_lookup';
|
||||
|
||||
public const ACCOUNT_AUTHENTICATE = 'friendica.data.account_authenticate';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue