Add Feature inbox

This commit is contained in:
Diogo Cordeiro
2018-07-10 00:26:02 +00:00
parent 08ec02561a
commit 15fab762b5
14 changed files with 611 additions and 69 deletions

View File

@@ -3,7 +3,7 @@
* GNU social - a federating social network
*
* ActivityPubPlugin implementation for GNU Social
*
*
* LICENCE: This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@@ -45,10 +45,10 @@ class Activitypub_error extends Managed_DataObject
* @param string $m
* @return pretty array to be used in a response
*/
public static function errorMessageToObject ($m) {
$res = [
'error'=> $m
];
return $res;
public static function errorMessageToObject ($m) {
$res = [
'error'=> $m
];
return $res;
}
}