[Docs] Move unfollow hook instances in the correct file

This commit is contained in:
Hypolite Petovan 2021-10-02 11:29:26 -04:00
commit 52b8cd054d
2 changed files with 6 additions and 3 deletions

View file

@ -356,7 +356,6 @@ 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
@ -413,7 +412,9 @@ Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Ap
### src/Core/Authentication.php
Hook::callAll('logged_in', $a->user);
### src/Core/Protocol.php
Hook::callAll('unfollow', $hook_data);
### src/Core/StorageManager
Hook::callAll('storage_instance', $data);