finish initial rework of profile page with meta pagination
This commit is contained in:
@ -18,10 +18,6 @@ namespace SharedLibraryCore.Dtos
|
||||
public List<string> IPs { get; set; }
|
||||
public bool HasActivePenalty { get; set; }
|
||||
public string ActivePenaltyType { get; set; }
|
||||
//public int ConnectionCount { get; set; }
|
||||
//public string LastSeen { get; set; }
|
||||
//public string FirstSeen { get; set; }
|
||||
//public string TimePlayed { get; set; }
|
||||
public bool Authenticated { get; set; }
|
||||
public List<ProfileMeta> Meta { get; set; }
|
||||
public bool Online { get; set; }
|
||||
|
@ -13,7 +13,9 @@ namespace SharedLibraryCore.Dtos
|
||||
Other,
|
||||
Information,
|
||||
AliasUpdate,
|
||||
ChatMessage
|
||||
ChatMessage,
|
||||
Penalized,
|
||||
ReceivedPenalty,
|
||||
}
|
||||
|
||||
public DateTime When { get; set; }
|
||||
|
Reference in New Issue
Block a user