Add nsfw and disabled in db
This commit is contained in:
@@ -15,4 +15,6 @@ public class GroupProfile
|
||||
public string Description { get; set; }
|
||||
public string Tags { get; set; }
|
||||
public string Base64GroupProfileImage { get; set; }
|
||||
public bool IsNSFW { get; set; } = false;
|
||||
public bool ProfileDisabled { get; set; } = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user