mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Adds a new plugin_changed notification reason for plugins to use
This commit is contained in:
@@ -28,7 +28,8 @@ class TopicUser < ActiveRecord::Base
|
||||
:auto_watch,
|
||||
:auto_watch_category,
|
||||
:auto_mute_category,
|
||||
:auto_track_category
|
||||
:auto_track_category,
|
||||
:plugin_changed
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user