mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #4037 from joebuhlig/add-topic-status-event
Add topic status_update change event
This commit is contained in:
commit
4c93a411f4
1 changed files with 1 additions and 0 deletions
|
@ -433,6 +433,7 @@ class Topic < ActiveRecord::Base
|
|||
|
||||
def update_status(status, enabled, user, opts={})
|
||||
TopicStatusUpdate.new(self, user).update!(status, enabled, opts)
|
||||
DiscourseEvent.trigger(:topic_status_updated, self.id, status, enabled)
|
||||
end
|
||||
|
||||
# Atomically creates the next post number
|
||||
|
|
Loading…
Reference in a new issue