Adds a new `plugin_changed` notification reason for plugins to use

This commit is contained in:
Robin Ward 2015-02-27 11:58:52 -05:00
parent 1ca43d3bb9
commit 17d07a8b9a
1 changed files with 2 additions and 1 deletions

View File

@ -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