aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/state/channel.rs
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2021-05-19 00:20:33 +0200
committerEskil Queseth <eskilq@kth.se>2021-05-19 00:20:33 +0200
commit7ac57f3803bcf0f357ee307a6f0daf0783efbf92 (patch)
treedb2be03071cb4efd4802d8c274f7e61b4c62f7e6 /mumd/src/state/channel.rs
parent6fa328db646a0e1c33b883d387ad95ec971cf2e0 (diff)
downloadmum-7ac57f3803bcf0f357ee307a6f0daf0783efbf92.tar.gz
add backend support for sending messages
Diffstat (limited to 'mumd/src/state/channel.rs')
-rw-r--r--mumd/src/state/channel.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/src/state/channel.rs b/mumd/src/state/channel.rs
index 5b6d669..f58ed15 100644
--- a/mumd/src/state/channel.rs
+++ b/mumd/src/state/channel.rs
@@ -4,7 +4,7 @@ use mumble_protocol::control::msgs;
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
-#[derive(Clone, Debug, Deserialize, Serialize)]
+#[derive(Clone, Debug, Default, Deserialize, Serialize)]
pub struct Channel {
description: Option<String>,
links: Vec<u32>,