From 21c4ef33da5e1f00a21a876e8234cdafc90f1c52 Mon Sep 17 00:00:00 2001 From: ImBenji Date: Tue, 5 Aug 2025 15:56:56 +0100 Subject: [PATCH] Add country information to geolocation data in server registration --- lib/services/server_service.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/services/server_service.dart b/lib/services/server_service.dart index c899de9..636cdad 100644 --- a/lib/services/server_service.dart +++ b/lib/services/server_service.dart @@ -23,6 +23,7 @@ class ServerService { "last_heartbeat": DateTime.now().toUtc().toIso8601String(), "host_ip": ip, "geolocation": { + "country": geolocationData.country, "country_code": geolocationData.countryCode, "city": geolocationData.city, "coords": [