Members not receiving emails from Watched category

Thanks for the answer. I fully agree. Though in our case, it is to solve a current issue I described here: Favor activity summary posts from certain category.

The idea is to roll back the new default setting (watching a certain category) and then let people change it as they wish.

I noticed now that the above command User.all.each do |user| CategoryUser.batch_set(user, :watching, [<id>]) end somehow did not work to change the preferences for all users. Any idea why ? Even better would be to append the new tracking preference to the existing user tracking preferences…

P.S. we’re a tiny community and I know that only an even smaller fraction took the time to adjust their preferences (;

1 Like