]> git.mxchange.org Git - friendica.git/blobdiff - doc/Addons.md
Improve Api\Mastodon\Account with data from apcontact
[friendica.git] / doc / Addons.md
index 69b591a820f724f8a1936f0fafc0d124244e8140..fb9956089dbf4d2ca371d7f61ce588675e8a8c9a 100644 (file)
@@ -777,6 +777,11 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
     Hook::callAll('atom_feed_end', $atom);
     Hook::callAll('atom_feed_end', $atom);
 
+### src/Protocol/Email.php
+
+    Hook::callAll('email_getmessage', $message);
+    Hook::callAll('email_getmessage_end', $ret);
+
 ### view/js/main.js
 
     document.dispatchEvent(new Event('postprocess_liveupdate'));