mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
remove UserActionObserver, replace with after_save and service
interestingly there was some left over dead code from when stars existed in the topic_users table
This commit is contained in:
@ -83,7 +83,6 @@ module Discourse
|
||||
# Activate observers that should always be running.
|
||||
config.active_record.observers = [
|
||||
:user_email_observer,
|
||||
:user_action_observer,
|
||||
:post_alert_observer,
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user