mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
differ between webrtc-instance-pattern and webrtc-rooms generated from that
This commit is contained in:
@@ -881,10 +881,10 @@ impl<'a, 'b> MimeFactory<'a, 'b> {
|
||||
"videochat-invitation".into(),
|
||||
));
|
||||
protected_headers.push(Header::new(
|
||||
"Chat-Webrtc-Instance".into(),
|
||||
"Chat-Webrtc-Room".into(),
|
||||
self.msg
|
||||
.param
|
||||
.get(Param::WebrtcInstance)
|
||||
.get(Param::WebrtcRoom)
|
||||
.unwrap_or_default()
|
||||
.into(),
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user