aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-17 14:54:48 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-17 14:54:48 +0100
commit67608be88bc9d88f96babd5f075c708194f71062 (patch)
tree2a2d51fc1d69f9c8fb6f600f87ad51ab18f4509e /common
parent61dc9b1069c2763fbe075d70750ade9e2482131a (diff)
downloadjellything-67608be88bc9d88f96babd5f075c708194f71062.tar
jellything-67608be88bc9d88f96babd5f075c708194f71062.tar.bz2
jellything-67608be88bc9d88f96babd5f075c708194f71062.tar.zst
filter by watched
Diffstat (limited to 'common')
-rw-r--r--common/src/user.rs2
1 files changed, 1 insertions, 1 deletions
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,