diff --git a/src/user/model.rs b/src/user/model.rs index 67479dbd..7ab7c83e 100644 --- a/src/user/model.rs +++ b/src/user/model.rs @@ -58,7 +58,7 @@ impl GlassModeration { if analysis.is(Type::EVASIVE) { self.warn(); } - Ok(censored) + Ok(&censored) } }