Added get of group profile, removed group from model. redone group data.

This commit is contained in:
CakeAndBanana
2025-09-17 02:38:20 +02:00
parent f5b03846fe
commit deea39d621
3 changed files with 13 additions and 2 deletions

View File

@@ -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; }