feat: add remove "displayname" field

This commit is contained in:
Paul Makles
2023-06-11 12:05:08 +01:00
parent 9a412b3e08
commit 0578a05a05
12 changed files with 24 additions and 21 deletions

View File

@@ -68,6 +68,7 @@ impl User {
x.background = None;
}
}
FieldsUser::DisplayName => self.display_name = None,
}
}