0
0
Fork 0

Change dismissing a notification to clear existing filtered notifications for that account (#31329)

This commit is contained in:
Claire 2024-08-07 17:14:37 +02:00 committed by GitHub
parent 6f285bb2a6
commit 670e4655d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 61 additions and 1 deletions

View file

@ -29,7 +29,7 @@ class Api::V1::Notifications::RequestsController < Api::BaseController
end
def dismiss
@request.destroy!
DismissNotificationRequestService.new.call(@request)
render_empty
end