mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
Add notification policies and notification requests in web UI (#29433)
This commit is contained in:
@@ -151,7 +151,7 @@ namespace :api, format: false do
|
||||
end
|
||||
|
||||
namespace :notifications do
|
||||
resources :requests, only: :index do
|
||||
resources :requests, only: [:index, :show] do
|
||||
member do
|
||||
post :accept
|
||||
post :dismiss
|
||||
|
||||
Reference in New Issue
Block a user