Reworked image handling, added banner for profiles. Made functions to start on xivauth. Refactored some code.
This commit is contained in:
@@ -15,6 +15,7 @@ public class GroupProfile
|
||||
public string Description { get; set; }
|
||||
public int[] Tags { get; set; }
|
||||
public string Base64GroupProfileImage { get; set; }
|
||||
public string Base64GroupBannerImage { get; set; }
|
||||
public bool IsNSFW { get; set; } = false;
|
||||
public bool ProfileDisabled { get; set; } = false;
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@ namespace LightlessSyncShared.Models;
|
||||
public class UserProfileData
|
||||
{
|
||||
public string Base64ProfileImage { get; set; }
|
||||
public string Base64BannerImage { get; set; }
|
||||
public bool FlaggedForReport { get; set; }
|
||||
public bool IsNSFW { get; set; }
|
||||
public bool ProfileDisabled { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user