mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Never show details in CreatedBy
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Tgstation.Server.Host.Models
|
||||
{
|
||||
AdministrationRights = showDetails ? AdministrationRights : null,
|
||||
CreatedAt = CreatedAt,
|
||||
CreatedBy = recursive ? CreatedBy?.ToApi(false, showDetails) : null,
|
||||
CreatedBy = recursive ? CreatedBy?.ToApi(false, false) : null,
|
||||
Enabled = Enabled,
|
||||
Id = Id,
|
||||
InstanceManagerRights = showDetails ? InstanceManagerRights : null,
|
||||
|
||||
Reference in New Issue
Block a user