Skip to content

Don't enable delivery for admins that weren't a member in v2

ng requested to merge master-respect-delivery-enabled-on-import into master

In v2 admins & members were 2 seperate arrays and hence it could be totally fine to be an admin without receiving mails on the list.

In v3 we do not make that disctinction anymore, rather admins are normal subscriptions with an admin flag indicating their status. Also there is now a delivery_enabled flag that can be set to false on a subscription.

Closes #213 (closed)

Merge request reports