I’m looking for a way to add every new user as a “watcher” in an updates category automatically as he/she signs up for our discourse instance.
All I could find were instructions on how to run a specific piece of code to change it for existing users in the database: Setting defaults to enable mailing list mode-Temporary Solution
So, I’m thinking of writing one myself… Is anyone else working on something similar? Any tips/how2s/things I should know?
What about when you’re setting up a new category? Can you set a default watching/tracking status then?
(If that’s the case then you can basically do it recursively as well, with a workaround: by creating a new category, set default to Watch, and then migrate an old category into that one).
@adierteschik - it’s OK to have everyone in a discourse watch a given category… they’ll only get emails (or see it at all) if they are in a group that gives them permission to access it.