Add references activitypub support
This commit is contained in:
parent
4c65f2721c
commit
cadfbbab96
8 changed files with 115 additions and 5 deletions
|
@ -99,6 +99,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
resources :replies, only: [:index], module: :activitypub
|
||||
resources :references, only: [:index], module: :activitypub
|
||||
end
|
||||
|
||||
resources :followers, only: [:index], controller: :follower_accounts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue