Implement FEP 7888: Part 1 - publish conversation context (#35959)

This commit is contained in:
Jesse Karmani 2025-09-05 12:28:29 -07:00 committed by GitHub
parent 9463a31107
commit 65b4a0a6f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 309 additions and 12 deletions

View file

@ -120,6 +120,11 @@ Rails.application.routes.draw do
end
resource :inbox, only: [:create], module: :activitypub
resources :contexts, only: [:show], module: :activitypub do
member do
get :items
end
end
constraints(encoded_path: /%40.*/) do
get '/:encoded_path', to: redirect { |params|