From 9f281879a9e0b98a7c81d1b7e5cd8eff6e229dd2 Mon Sep 17 00:00:00 2001 From: Quat3rnion Date: Tue, 4 Jun 2024 22:24:28 -0400 Subject: [PATCH] Update derive for backend/sqlx compatibility. --- src/types/entities/channel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/entities/channel.rs b/src/types/entities/channel.rs index 262897c..3d6b4ca 100644 --- a/src/types/entities/channel.rs +++ b/src/types/entities/channel.rs @@ -177,7 +177,7 @@ pub struct ThreadMember { pub member: Option>, } -#[derive(Debug, Deserialize, Serialize, Clone, PartialEq, Eq)] +#[derive(Debug, Deserialize, Serialize, Clone, PartialEq, Eq, PartialOrd)] /// Specifies the emoji to use as the default way to react to a [ChannelType::GuildForum] or [ChannelType::GuildMedia] channel post. /// /// # Reference