mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Create events for authenticate, register_account and remove_user hooks
This commit is contained in:
parent
9822dd25d8
commit
90db7d2e65
6 changed files with 122 additions and 12 deletions
|
@ -112,6 +112,12 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const AVATAR_LOOKUP = 'friendica.data.avatar_lookup';
|
||||
|
||||
public const ACCOUNT_AUTHENTICATE = 'friendica.data.account_authenticate';
|
||||
|
||||
public const ACCOUNT_REGISTER = 'friendica.data.account_register';
|
||||
|
||||
public const ACCOUNT_REMOVE = 'friendica.data.account_remove';
|
||||
|
||||
public const EVENT_CREATED = 'friendica.data.event_created';
|
||||
|
||||
public const EVENT_UPDATED = 'friendica.data.event_updated';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue