Added get of group profile, removed group from model. redone group data.
This commit is contained in:
@@ -9,7 +9,6 @@ public class Group
|
||||
public string GID { get; set; }
|
||||
public string OwnerUID { get; set; }
|
||||
public User Owner { get; set; }
|
||||
public GroupProfile? Profile { get; set; }
|
||||
[MaxLength(50)]
|
||||
public string Alias { get; set; }
|
||||
public bool InvitesEnabled { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user