From: Michael Date: Sun, 23 Aug 2020 04:14:02 +0000 (+0000) Subject: Enable inbox for the system account X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e02e1d17859c3c6a704eaf1a06106150a47d22ab;p=friendica.git Enable inbox for the system account --- diff --git a/static/routes.config.php b/static/routes.config.php index 3991ec4e36..4227db2406 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -162,6 +162,7 @@ return [ '/followers/{owner}' => [Module\Followers::class, [R::GET]], '/following/{owner}' => [Module\Following::class, [R::GET]], '/friendica[/json]' => [Module\Friendica::class, [R::GET]], + '/friendica/inbox' => [Module\Inbox::class, [R::GET, R::POST]], '/fsuggest/{contact:\d+}' => [Module\FriendSuggest::class, [R::GET, R::POST]],