Quellcode durchsuchen

Devices added by introducer should have dynamic address (fixes #866)

Jakob Borg vor 11 Jahren
Ursprung
Commit
c55fee69de
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      internal/model/model.go

+ 1 - 0
internal/model/model.go

@@ -561,6 +561,7 @@ func (m *Model) ClusterConfig(deviceID protocol.DeviceID, cm protocol.ClusterCon
 					newDeviceCfg := config.DeviceConfiguration{
 						DeviceID:    id,
 						Compression: true,
+						Addresses:   []string{"dynamic"},
 					}
 
 					// The introducers' introducers are also our introducers.