mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-04 12:52:17 +00:00
Merge pull request #38 from angusmcleod/feature/accept-unaccept-server-event
Add accept and unaccept solution events
This commit is contained in:
commit
426480064d
@ -53,6 +53,8 @@ after_initialize do
|
|||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
DiscourseEvent.trigger(:accepted_solution, post)
|
||||||
|
|
||||||
render json: success_json
|
render json: success_json
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -79,6 +81,8 @@ after_initialize do
|
|||||||
|
|
||||||
notification.destroy if notification
|
notification.destroy if notification
|
||||||
|
|
||||||
|
DiscourseEvent.trigger(:unaccepted_solution, post)
|
||||||
|
|
||||||
render json: success_json
|
render json: success_json
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user