Add sharedInbox to actors (#4737)
This commit is contained in:
parent
cecf204bbb
commit
2db9ccaf3e
3 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue