Added changes for the profiles to be returned and be able to be changed.
This commit is contained in:
@@ -4,6 +4,7 @@ public class GroupPair
|
||||
{
|
||||
public string GroupGID { get; set; }
|
||||
public Group Group { get; set; }
|
||||
public GroupProfile Profile { get; set; }
|
||||
public string GroupUserUID { get; set; }
|
||||
public User GroupUser { get; set; }
|
||||
public bool IsPinned { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user