This commit is contained in:
dignifiedquire
2020-02-11 23:25:23 +01:00
committed by holger krekel
parent e9bacff830
commit e440d8503a

View File

@@ -1921,7 +1921,7 @@ pub fn shall_attach_selfavatar(context: &Context, chat_id: ChatId) -> Result<boo
Ok(needs_attach)
}
#[derive(Debug, Clone, PartialEq)]
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
pub enum MuteDuration {
NotMuted,
Forever,