Can leave a family

This commit is contained in:
2023-06-21 17:35:07 +02:00
parent ad54f83c2c
commit a94b26b23c
5 changed files with 60 additions and 8 deletions

View File

@ -111,8 +111,8 @@ pub struct FamilyMembership {
family_id: i32,
name: String,
time_create: i64,
is_admin: bool,
pub is_admin: bool,
invitation_code: String,
count_members: i64,
count_admins: i64,
pub count_members: i64,
pub count_admins: i64,
}