Skip to content

Commit

Permalink
#567: Append: Nickname *cannot* be derived from user id
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Oct 8, 2024
1 parent 515750c commit c52012e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/entities/relationship.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ pub struct Relationship {
#[serde(rename = "type")]
#[cfg_attr(feature = "sqlx", sqlx(rename = "type"))]
pub relationship_type: RelationshipType,
#[cfg_attr(feature = "sqlx", sqlx(skip))] // Can be derived from the user id
/// The nickname of the user in this relationship
pub nickname: Option<String>,
#[cfg_attr(feature = "sqlx", sqlx(skip))] // Can be derived from the user id
Expand Down

0 comments on commit c52012e

Please sign in to comment.