mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
BUGFIX: tracking categories was not implemented
This commit is contained in:
@@ -27,7 +27,8 @@ class TopicUser < ActiveRecord::Base
|
||||
:created_post,
|
||||
:auto_watch,
|
||||
:auto_watch_category,
|
||||
:auto_mute_category
|
||||
:auto_mute_category,
|
||||
:auto_track_category
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user