Implemented new rating system
This commit is contained in:
@@ -29,6 +29,8 @@ public class User
|
||||
public UserStatus Status { get; set; } = UserStatus.Unverified;
|
||||
public bool Admin { get; set; } = false;
|
||||
public bool SupportPending { get; set; } = false;
|
||||
public bool HasRated { get; set; } = false;
|
||||
public int Rating { get; set; } = 0;
|
||||
|
||||
// Security
|
||||
public bool TotpEnabled { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user