Fixed device ID not getting generated causing server to reject the

client
This commit is contained in:
2025-08-03 16:38:46 +03:00
parent 128ec101e9
commit d4acd68751

View File

@@ -37,7 +37,7 @@ type Cache struct {
func DefaultCache() Cache {
return Cache{
TosHashes: map[string]string{},
DeviceID: "",
DeviceID: GenerateDeviceID(),
}
}