mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
Fix deleting individual notifications from glitch-soc's web interface
Fixes #783
This commit is contained in:
@@ -309,11 +309,11 @@ Rails.application.routes.draw do
|
||||
collection do
|
||||
post :clear
|
||||
post :dismiss # Deprecated
|
||||
delete :destroy_multiple
|
||||
end
|
||||
|
||||
member do
|
||||
post :dismiss
|
||||
delete :destroy_multiple
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user