mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
create event for avatar_lookup hook
This commit is contained in:
parent
d34861ee96
commit
68b604812c
6 changed files with 18 additions and 4 deletions
|
@ -74,6 +74,8 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const UNBLOCK_CONTACT = 'friendica.data.unblock_contact';
|
||||
|
||||
public const AVATAR_LOOKUP = 'friendica.data.avatar_lookup';
|
||||
|
||||
public const ADD_WORKER_TASK = 'friendica.data.add_worker_task';
|
||||
|
||||
public const STORAGE_CONFIG = 'friendica.data.storage_config';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue