Merge pull request #9053 from annando/system-inbox

Enable inbox for the system account
This commit is contained in:
Hypolite Petovan
2020-08-23 17:19:13 -04:00
committed by GitHub

View File

@@ -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]],