mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 16:06:30 +03:00
prefix webrtc_instance by type, unify naming
This commit is contained in:
@@ -881,10 +881,10 @@ impl<'a, 'b> MimeFactory<'a, 'b> {
|
||||
"videochat-invitation".into(),
|
||||
));
|
||||
protected_headers.push(Header::new(
|
||||
"Chat-Videochat-Url".into(),
|
||||
"Chat-Webrtc-Instance".into(),
|
||||
self.msg
|
||||
.param
|
||||
.get(Param::VideochatUrl)
|
||||
.get(Param::WebrtcInstance)
|
||||
.unwrap_or_default()
|
||||
.into(),
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user