Add new TODOs
This commit is contained in:
@@ -44,3 +44,13 @@ pub async fn add_member(
|
||||
Ok(res)
|
||||
})
|
||||
}
|
||||
|
||||
/// Remove a membership to a family
|
||||
pub async fn remove_membership(family_id: FamilyID, user_id: UserID) {
|
||||
todo!()
|
||||
}
|
||||
|
||||
/// Remove all memberships of user
|
||||
pub async fn remove_all_user_membership(user_id: UserID) -> anyhow::Result<()> {
|
||||
todo!()
|
||||
}
|
||||
|
Reference in New Issue
Block a user