GDPR and the Digest email

(Usually I would argue that something got lost in translation but since you are saying that Google Translate did a decent job, I’m not sure about that. )

I’m not reading anything about (non marketing) emails here?

Yeah the quote is out of context. The whole article ia about the email mayhem of recent days.

1 Like

Slightly shorter

cd /var/discourse
./launcher enter app
rails db
UPDATE user_options SET email_digests = false

Or, the version I prefer

cd /var/discourse
./launcher enter app
rails c
UserOption.update_all(email_digests: false)
9 Likes