Skip to content

Commit 54edd4d

Browse files
committed
force enum-match exhaustive
1 parent 810bd51 commit 54edd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ impl Message {
675675
match videochat_type {
676676
VideochatType::BasicWebrtc => format!("basicwebrtc:{}", url),
677677
VideochatType::Jitsi => format!("jitsi:{}", url),
678-
_ => url,
678+
VideochatType::Unknown => url,
679679
}
680680
}
681681

0 commit comments

Comments
 (0)