Change dismissing a notification to clear existing filtered notifications for that account (#31329)
This commit is contained in:
@@ -29,7 +29,7 @@ class Api::V1::Notifications::RequestsController < Api::BaseController
|
||||
end
|
||||
|
||||
def dismiss
|
||||
@request.destroy!
|
||||
DismissNotificationRequestService.new.call(@request)
|
||||
render_empty
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user