adjust connection method

This commit is contained in:
azyges
2025-09-26 23:41:17 +09:00
parent b9abdcfff7
commit 6bc9da1519
2 changed files with 4 additions and 1 deletions

View File

@@ -111,6 +111,9 @@ public partial class LightlessHub : Hub<ILightlessHub>, ILightlessHub
ServerVersion = ILightlessHub.ApiVersion,
IsAdmin = dbUser.IsAdmin,
IsModerator = dbUser.IsModerator,
HasVanity = dbUser.HasVanity,
TextColorHex = dbUser.TextColorHex,
TextGlowColorHex = dbUser.TextGlowColorHex,
ServerInfo = new ServerInfo()
{
MaxGroupsCreatedByUser = _maxExistingGroupsByUser,