Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2022-07-22 09:58:35 +02:00
50 changed files with 983 additions and 662 deletions

View File

@@ -554,7 +554,7 @@ Rails.application.routes.draw do
resource :note, only: :create, controller: 'accounts/notes'
end
resources :tags, only: [:show], constraints: { id: /#{Tag::HASHTAG_NAME_RE}/ } do
resources :tags, only: [:show] do
member do
post :follow
post :unfollow