From b43453651f4b3d902b895905cc2e790bfc35a42c Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 7 Mar 2021 14:15:06 +0100 Subject: [PATCH] Debug issue --- src/data/conversation.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/conversation.rs b/src/data/conversation.rs index 2c209e4..9064f99 100644 --- a/src/data/conversation.rs +++ b/src/data/conversation.rs @@ -108,6 +108,7 @@ pub struct ConversationMemberSetting { } /// Structure used to update conversation settings +#[derive(Debug)] pub struct NewConversationSettings { pub conv_id: ConvID, pub color: Option,