mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
Add event for unfollow hook
This commit is contained in:
parent
aeaa488d1b
commit
4d96875656
4 changed files with 12 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue