diff options
Diffstat (limited to 'mumd/src/state/channel.rs')
| -rw-r--r-- | mumd/src/state/channel.rs | 2 |
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>, |
