mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
FEATURE: improved tag and category watching and tracking
- present tags watched on the user prefs page - automatically watch or unwatch old topics based on watch status New watching and tracking logic takes care of handling old topics (either with or without read state) When you watch a topic you now watch historically Also removes confusing warnings from user.
This commit is contained in:
@ -90,14 +90,6 @@ class TopicCreator
|
||||
topic.notifier.send(action, gu.user_id)
|
||||
end
|
||||
end
|
||||
|
||||
unless topic.private_message?
|
||||
# In order of importance:
|
||||
CategoryUser.auto_watch_new_topic(topic)
|
||||
CategoryUser.auto_track_new_topic(topic)
|
||||
TagUser.auto_watch_new_topic(topic)
|
||||
TagUser.auto_track_new_topic(topic)
|
||||
end
|
||||
end
|
||||
|
||||
def setup_topic_params
|
||||
|
Reference in New Issue
Block a user