Skip to content

Commit

Permalink
Merge pull request #209 from fawni/fix/nickname-color-error
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm authored Nov 8, 2023
2 parents 170319f + af9160b commit a954a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/src/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pub struct Timestamp {

#[derive(Debug, Clone, Default, Deserialize)]
pub struct Nickname {
#[serde(default)]
pub color: Color,
#[serde(default)]
pub brackets: Brackets,
Expand Down

0 comments on commit a954a35

Please sign in to comment.