refactor: remove profile from v0 user, added unintentionally

This commit is contained in:
Paul Makles
2024-06-15 10:50:43 +01:00
parent b12e728514
commit a31a3e2e65
2 changed files with 1 additions and 16 deletions

View File

@@ -50,9 +50,6 @@ auto_derived_partial!(
/// User's current status
#[cfg_attr(feature = "serde", serde(skip_serializing_if = "Option::is_none"))]
pub status: Option<UserStatus>,
/// User's profile page
#[cfg_attr(feature = "serde", serde(skip_serializing_if = "Option::is_none"))]
pub profile: Option<UserProfile>,
/// Enum of user flags
#[cfg_attr(