mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-31 22:25:43 +00:00
Update admin api db model to match TS
This commit is contained in:
@@ -48,7 +48,7 @@ public class UserController(ILogger<UserController> logger, Configuration config
|
||||
Disabled = x.Disabled,
|
||||
Deleted = x.Deleted,
|
||||
Email = x.Email,
|
||||
Flags = ulong.Parse(x.Flags),
|
||||
Flags = x.Flags,
|
||||
PublicFlags = x.PublicFlags,
|
||||
Rights = x.Rights,
|
||||
ApplicationBotUser = x.ApplicationBotUser == null ? null : new(),
|
||||
|
||||
Reference in New Issue
Block a user