Can't enable mailing list mode

I can’t enable mailing list mode, when I go back to the settings for email after saving I just see it’s not ticked and I don’t get emails for posts other than what I’m watching.

1 Like

User.find_by_username("my-username").user_option.update_columns(mailing_list_mode: true) works just fine, and this fixes the issue for me… But I can’t help but think there are others that this affects.

Can you repro this @jomaxro?

2 Likes

Sure can. I am unable to enable mailing list mode on try, or on my sandbox.

4 Likes

This is now fixed :banana:

https://github.com/discourse/discourse/commit/28c54b42c52cd514e127d92ee4b402ba3c2ffee3

4 Likes

This topic was automatically closed after 21 hours. New replies are no longer allowed.