0
0
Fork 0

Add reblogs and favourites counts to statuses in ActivityPub (#32007)

This commit is contained in:
Eugen Rochko 2024-09-23 15:14:15 +02:00 committed by GitHub
parent b5bdc69f7b
commit aaab6b7adc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 105 additions and 1 deletions

View file

@ -126,6 +126,8 @@ Rails.application.routes.draw do
end
resources :replies, only: [:index], module: :activitypub
resources :likes, only: [:index], module: :activitypub
resources :shares, only: [:index], module: :activitypub
end
resources :followers, only: [:index], controller: :follower_accounts