Add event for unfollow hook

This commit is contained in:
Art4 2025-03-13 13:42:54 +00:00
parent aeaa488d1b
commit 4d96875656
4 changed files with 12 additions and 1 deletions

View file

@ -62,6 +62,8 @@ final class ArrayFilterEvent extends Event
public const PROTOCOL_SUPPORTS_PROBE = 'friendica.data.protocol_supports_probe';
public const UNFOLLOW = 'friendica.data.unfollow';
private array $array;
public function __construct(string $name, array $array)