diff --git a/src/gateway/mod.rs b/src/gateway/mod.rs index 3b31c752877..3b0445d7aec 100644 --- a/src/gateway/mod.rs +++ b/src/gateway/mod.rs @@ -70,7 +70,7 @@ pub struct PresenceData { } /// Activity data of the current user. -#[derive(Clone, Debug, Serialize)] +#[derive(Clone, Debug, Serialize, PartialEq, Eq)] pub struct ActivityData { /// The name of the activity pub name: String,