mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
Add events for follow, revoke_follow, block and unblock hooks
This commit is contained in:
parent
4d96875656
commit
10e4f4bf36
6 changed files with 59 additions and 10 deletions
|
@ -62,7 +62,15 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const PROTOCOL_SUPPORTS_PROBE = 'friendica.data.protocol_supports_probe';
|
||||
|
||||
public const UNFOLLOW = 'friendica.data.unfollow';
|
||||
public const FOLLOW_CONTACT = 'friendica.data.follow_contact';
|
||||
|
||||
public const UNFOLLOW_CONTACT = 'friendica.data.unfollow_contact';
|
||||
|
||||
public const REVOKE_FOLLOW_CONTACT = 'friendica.data.revoke_follow_contact';
|
||||
|
||||
public const BLOCK_CONTACT = 'friendica.data.block_contact';
|
||||
|
||||
public const UNBLOCK_CONTACT = 'friendica.data.unblock_contact';
|
||||
|
||||
private array $array;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue