ssbc / ssb-config

standard configuration for ssb
MIT License
23 stars 18 forks source link

Fix keys setting #45

Closed christianbundy closed 5 years ago

christianbundy commented 5 years ago

A previous commit accidentally did an override on the keys property so that custom keys weren't accepted. This changes the behavior so that it only does an override if config.keys is unset.

Resolves #44

mmckegg commented 5 years ago

Same as #41, but your one has tests :)

dominictarr commented 5 years ago

@christianbundy yes, please merge