This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix deleting individual notifications from glitch-soc's web interface
Fixes
#783
closed-social-glitch-2
Thibaut Girka
6 years ago
committed by
ThibG
parent
b0527a4ce7
commit
38b11e0b58
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/routes.rb
+ 1
- 1
config/routes.rb
View File
@ -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
Write
Preview
Loading…
Cancel
Save