mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
force enum-match exhaustive
This commit is contained in:
@@ -675,7 +675,7 @@ impl Message {
|
|||||||
match videochat_type {
|
match videochat_type {
|
||||||
VideochatType::BasicWebrtc => format!("basicwebrtc:{}", url),
|
VideochatType::BasicWebrtc => format!("basicwebrtc:{}", url),
|
||||||
VideochatType::Jitsi => format!("jitsi:{}", url),
|
VideochatType::Jitsi => format!("jitsi:{}", url),
|
||||||
_ => url,
|
VideochatType::Unknown => url,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user