Skip to content

Opt out of the create room notification emails

Eric Eastwood requested to merge opt-out-create-room-email into develop

Opt out of the create room notification emails

There is an unsubscribe link at the bottom of create room notification emails but that handler /settings/unsubscribe/:hash just sets unread_notifications_optout which only applies to unread notification emails.

This commit makes unread_notifications_optout also apply for whether we should send out create room notification emails.

We already do the same for addedToRoomNotification

Merge request reports