Create events for networt_tabs and network_content_init hooks

This commit is contained in:
Art4 2025-04-02 12:41:22 +00:00
parent 584e7e05b0
commit a34a93c0b9
5 changed files with 78 additions and 9 deletions

View file

@ -58,6 +58,10 @@ final class ArrayFilterEvent extends Event
public const NETWORK_TO_NAME = 'friendica.data.network_to_name';
public const NETWORK_CONTENT_START = 'friendica.data.network_content_start';
public const NETWORK_CONTENT_TABS = 'friendica.data.network_content_tabs';
public const PARSE_LINK = 'friendica.data.parse_link';
public const CONVERSATION_START = 'friendica.data.conversation_start';