mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Create event for contact_photo_menu hook
This commit is contained in:
parent
9cf0ce0b99
commit
d34861ee96
5 changed files with 17 additions and 2 deletions
|
@ -42,6 +42,8 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const ITEM_PHOTO_MENU = 'friendica.data.item_photo_menu';
|
||||
|
||||
public const CONTACT_PHOTO_MENU = 'friendica.data.contact_photo_menu';
|
||||
|
||||
public const OEMBED_FETCH_END = 'friendica.data.oembed_fetch_end';
|
||||
|
||||
public const PAGE_INFO = 'friendica.data.page_info';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue