communityMember should default to false #16

Cerrada
abierta 2018-08-28 21:53:07 +00:00 por Ghost · 0 comentarios
λ ~/Projects/greenlock.js/ master rg "communityMember"
index.js
363:            lexOpts.communityMember = lexOpts.communityMember;

README.md
165:, communityMember: true               // Optionally get important greenlock updates (security, api changes, etc)
249:  opts.communityMember = true;
302:, communityMember: true           // Help make Greenlock better by submitting
536:  * v2.2.8 - communityMember option support

lib/core.js
410:            if (args.communityMember && !args._communityMemberAdded) {
414:              args._communityMemberAdded = true;
421:            if (args.communityMember && !args._communityMemberAdded) {
425:              args._communityMemberAdded = true;

We should default this to false

```sh λ ~/Projects/greenlock.js/ master rg "communityMember" index.js 363: lexOpts.communityMember = lexOpts.communityMember; README.md 165:, communityMember: true // Optionally get important greenlock updates (security, api changes, etc) 249: opts.communityMember = true; 302:, communityMember: true // Help make Greenlock better by submitting 536: * v2.2.8 - communityMember option support lib/core.js 410: if (args.communityMember && !args._communityMemberAdded) { 414: args._communityMemberAdded = true; 421: if (args.communityMember && !args._communityMemberAdded) { 425: args._communityMemberAdded = true; ``` We should default this to `false`
Ghost cerró esta incidencia 2018-08-28 21:53:39 +00:00
Inicie sesión para unirse a esta conversación.
Sin etiquetas
Sin Milestone
No asignados
1 participantes
Notificaciones
Fecha de vencimiento
La fecha de vencimiento es inválida o está fuera de rango. Por favor utilice el formato 'aaaa-mm-dd'.

Sin fecha de vencimiento.

Dependencias

No se han establecido dependencias.

Referencia: coolaj86/greenlock.js-ARCHIVED#16
No se ha proporcionado una descripción.