mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-18 06:17:05 -04:00
The VersioningConfig change is because it defaults to nil but gets
deserialized to map[string]string{}. Now prepare() enforces a single
representation of the empty map.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3065