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