Add new hook to support unfollow contacts on non-native networks

This commit is contained in:
Hypolite Petovan 2021-09-22 22:56:34 -04:00
commit d8febbe45e
4 changed files with 26 additions and 1 deletions

View file

@ -356,6 +356,7 @@ Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Ap
Hook::callAll('contact_photo_menu', $args);
Hook::callAll('follow', $arr);
Hook::callAll('unfollow', $hook_data);
### src/Model/Profile.php