Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix friends opt bug by writing to config file #8

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Conversation

mycognosist
Copy link
Contributor

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.

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.
…broadcast msg"

Parsing is already performed in kuska-ssb/src/discovery/lan.rs:84.

This reverts commit 460fac9.
Housekeeping (more docs, updated dependencies), fix replication, custom error impl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant