1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-22 21:39:21 +00:00

Debug issue

This commit is contained in:
Pierre HUBERT 2021-03-07 14:15:06 +01:00
parent 4265d2ca9d
commit b43453651f

View File

@ -108,6 +108,7 @@ pub struct ConversationMemberSetting {
} }
/// Structure used to update conversation settings /// Structure used to update conversation settings
#[derive(Debug)]
pub struct NewConversationSettings { pub struct NewConversationSettings {
pub conv_id: ConvID, pub conv_id: ConvID,
pub color: Option<String>, pub color: Option<String>,