gui, lib/config: Add notification about new release channels

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3945
This commit is contained in:
Jakob Borg
2017-02-04 09:45:17 +00:00
parent ac510b26e2
commit 3eb7a9373a
5 changed files with 75 additions and 2 deletions

View File

@@ -200,9 +200,12 @@ func TestOverriddenValues(t *testing.T) {
AlwaysLocalNets: []string{},
OverwriteRemoteDevNames: true,
TempIndexMinBlocks: 100,
UnackedNotificationIDs: []string{},
UnackedNotificationIDs: []string{
"channelNotification", // added in 17->18 migration
},
}
os.Unsetenv("STNOUPGRADE")
cfg, err := Load("testdata/overridenvalues.xml", device1)
if err != nil {
t.Error(err)