From 6bc9da151971ab3bd7eb51e90d512af39f5f6dfd Mon Sep 17 00:00:00 2001 From: azyges <229218900+azyges@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:41:17 +0900 Subject: [PATCH] adjust connection method --- LightlessAPI | 2 +- LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.cs | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/LightlessAPI b/LightlessAPI index b85b54f..5bfd21a 160000 --- a/LightlessAPI +++ b/LightlessAPI @@ -1 +1 @@ -Subproject commit b85b54f560d3d4d901b3af1421337a4b22b0d067 +Subproject commit 5bfd21aaa90817f14c9e2931e77b20f4276f16ed diff --git a/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.cs b/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.cs index 17ca1e3..901a263 100644 --- a/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.cs +++ b/LightlessSyncServer/LightlessSyncServer/Hubs/LightlessHub.cs @@ -111,6 +111,9 @@ public partial class LightlessHub : Hub, ILightlessHub ServerVersion = ILightlessHub.ApiVersion, IsAdmin = dbUser.IsAdmin, IsModerator = dbUser.IsModerator, + HasVanity = dbUser.HasVanity, + TextColorHex = dbUser.TextColorHex, + TextGlowColorHex = dbUser.TextGlowColorHex, ServerInfo = new ServerInfo() { MaxGroupsCreatedByUser = _maxExistingGroupsByUser,