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,