mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Create Events for protocol support hooks
This commit is contained in:
parent
f98aee686f
commit
f3a8bcff11
5 changed files with 40 additions and 3 deletions
|
@ -56,6 +56,12 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const JOT_NETWORKS = 'friendica.data.jot_networks';
|
||||
|
||||
public const PROTOCOL_SUPPORTS_FOLLOW = 'friendica.data.protocol_supports_follow';
|
||||
|
||||
public const PROTOCOL_SUPPORTS_REVOKE_FOLLOW = 'friendica.data.protocol_supports_revoke_follow';
|
||||
|
||||
public const PROTOCOL_SUPPORTS_PROBE = 'friendica.data.protocol_supports_probe';
|
||||
|
||||
private array $array;
|
||||
|
||||
public function __construct(string $name, array $array)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue