Merge pull request #9053 from annando/system-inbox
Enable inbox for the system account
This commit is contained in:
commit
bb129dee9f
|
@ -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]],
|
||||
|
||||
|
|
Loading…
Reference in a new issue