fix bug with privileged users not always showing the most recent profile
temporary bans are now applied to all linked accounts instead of a per-guid basis rework set level flow add guid and ip address (if logged in) to public async endpoint
This commit is contained in:
@ -20,5 +20,7 @@ namespace SharedLibraryCore.Dtos
|
||||
public string TimePunished { get; set; }
|
||||
public string TimeRemaining { get; set; }
|
||||
public bool Expired { get; set; }
|
||||
public string IPAddress { get; set; }
|
||||
public ulong NetworkId { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user