-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Add first set of import/export APIs #1326
Conversation
sync/settings.go
Outdated
if checked < len(settings) { | ||
return nil, fmt.Errorf("%w: the export contains unknown settings", ErrInvalidImport) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will break the plugin system when it eventually get's merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would expect the plugins to be already loaded when settings are imported.
We could however, treat this as a warning instead - but we can also "weaken" this later on.
0d1dae2
to
5d4ee71
Compare
d43920e
to
225c083
Compare
…ribute connections after profile deletion
f12ac97
to
bb75b09
Compare
No description provided.