Create event for lockview_content hook

This commit is contained in:
Art4 2025-04-10 11:04:10 +00:00
parent f08aef86f1
commit ff3c4046e0
5 changed files with 76 additions and 7 deletions

View file

@ -24,6 +24,8 @@ final class ArrayFilterEvent extends Event
public const FEATURE_GET = 'friendica.data.feature_get';
public const PERMISSION_TOOLTIP_CONTENT = 'friendica.data.permission_tooltip_content';
public const INSERT_POST_LOCAL_START = 'friendica.data.insert_post_local_start';
public const INSERT_POST_LOCAL = 'friendica.data.insert_post_local';