Skip to content

email notifications on DM even when disabled #9112

@sinteur

Description

@sinteur

I had a complaint from a user who told me email notifications for direct mentions were being sent despite it being disabled in profile. I checked mongo, and here's what's in the database:

{ "_id" : "...",
"emails" : [ { "address" : "REDACTED", "verified" : true } ],
"settings" : { "preferences" : { "emailNotificationMode" : "disabled", },
}

Looks like something is ignoring that preference.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions