瀏覽代碼

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

Jakob Borg 11 年之前
父節點
當前提交
c55fee69de
共有 1 個文件被更改,包括 1 次插入0 次删除
  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.