1
0
Fork 0

New hook "support_probe"

This commit is contained in:
Michael 2023-04-27 05:24:47 +00:00
commit 970d86472e
4 changed files with 33 additions and 1 deletions

View file

@ -397,6 +397,7 @@ Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Ap
Hook::callAll('revoke_follow', $hook_data);
Hook::callAll('block', $hook_data);
Hook::callAll('unblock', $hook_data);
Hook::callAll('support_probe', $hook_data);
### src/Core/Logger/Factory.php