0
0
Fork 0

Add sharedInbox to actors (#4737)

This commit is contained in:
Eugen Rochko 2017-08-31 00:02:59 +02:00 committed by GitHub
parent cecf204bbb
commit 2db9ccaf3e
3 changed files with 10 additions and 3 deletions

View file

@ -56,6 +56,8 @@ Rails.application.routes.draw do
resource :inbox, only: [:create], module: :activitypub
end
resource :inbox, only: [:create], module: :activitypub
get '/@:username', to: 'accounts#show', as: :short_account
get '/@:username/with_replies', to: 'accounts#show', as: :short_account_with_replies
get '/@:username/media', to: 'accounts#show', as: :short_account_media