mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
When a category is removed from `auto_watch_category` we are removing CategoryUser. However, there are still TopicUser with notification level set to `watching` which was inherited from Category. We should move them back to `regular` unless they were modified by a user.