Add Delivery Handler (named Postman) and Subscription hook

Renamed Discovery to Explorer
Various bug fixes and minor improvements
This commit is contained in:
Diogo Cordeiro
2018-07-13 00:20:18 +01:00
parent 542c269885
commit d7627fb061
20 changed files with 455 additions and 117 deletions

View File

@@ -44,7 +44,8 @@ class Activitypub_error extends Managed_DataObject
* @param string $m
* @return pretty array to be used in a response
*/
public static function errorMessageToObject ($m) {
public static function error_message_to_array ($m)
{
$res = [
'error'=> $m
];