solar icon indicating copy to clipboard operation
solar copied to clipboard

Fix friends opt bug by writing to config file

Open mycognosist opened this issue 3 years ago • 0 comments

Passing the --friends flag pushed the ID(s) to the config.friends vector but did not write them to file. This fix ensures the updated config is written to file. The fix also avoids duplication in config.friends by checking for a matching ID before pushing to the vector.

mycognosist avatar Aug 17 '20 09:08 mycognosist