Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
callmeclover authored Apr 25, 2024
1 parent d2b6125 commit 66666cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl SendableUser {

/// What am I?
/// A struct meant to hold all the values and functions for the cauto-mod/censoring of Arcs.
#[derive(Clone, Default)]
#[derive(Clone, Default, Serialize, Deserialize, Debug)]
pub struct GlassModeration {
reports: i32,
warnings: i32,
Expand Down

0 comments on commit 66666cf

Please sign in to comment.