Added list_unsubscribedisabled option
Added TODO file
This commit is contained in:
parent
27021e9b2b
commit
a494dc6482
4 changed files with 32 additions and 4 deletions
|
@ -14,7 +14,7 @@ const entitySettings = require('../lib/entity-settings');
|
|||
|
||||
const UnsubscriptionMode = require('../shared/lists').UnsubscriptionMode;
|
||||
|
||||
const allowedKeys = new Set(['name', 'description', 'default_form', 'public_subscribe', 'unsubscription_mode', 'contact_email', 'homepage', 'namespace', 'to_name']);
|
||||
const allowedKeys = new Set(['name', 'description', 'default_form', 'public_subscribe', 'unsubscription_mode', 'contact_email', 'homepage', 'namespace', 'to_name', 'listunsubscribe_disabled']);
|
||||
|
||||
function hash(entity) {
|
||||
return hasher.hash(filterObject(entity, allowedKeys));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue