From 67608be88bc9d88f96babd5f075c708194f71062 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 17 Dec 2023 14:54:48 +0100 Subject: filter by watched --- common/src/user.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/src') diff --git a/common/src/user.rs b/common/src/user.rs index 8807772..1ae849c 100644 --- a/common/src/user.rs +++ b/common/src/user.rs @@ -19,7 +19,7 @@ pub struct NodeUserData { pub watched: WatchedState, } -#[derive(Debug, Clone, Serialize, Deserialize)] +#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)] #[serde(rename_all = "snake_case")] pub enum WatchedState { None, -- cgit v1.2.3-70-g09d2