Commiting

This commit is contained in:
mgabdev
2020-11-25 15:22:37 -06:00
parent fb612f60c8
commit b4e370d3d3
136 changed files with 4171 additions and 3231 deletions

View File

@@ -21,12 +21,12 @@ class Api::V1::NotificationsController < Api::BaseController
def clear
current_account.notifications.delete_all
render_empty
render_empty_success
end
def mark_read
current_account.notifications.find(params[:id]).mark_read!
render_empty
render_empty_success
end
private