mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 07:26:29 +03:00
Revert "api!: remove APIs for video chat invitations"
This reverts commit 23bfa4fc43.
This commit is contained in:
@@ -1565,6 +1565,11 @@ impl MimeFactory {
|
||||
"Chat-Content",
|
||||
mail_builder::headers::raw::Raw::new("sticker").into(),
|
||||
));
|
||||
} else if msg.viewtype == Viewtype::VideochatInvitation {
|
||||
headers.push((
|
||||
"Chat-Content",
|
||||
mail_builder::headers::raw::Raw::new("videochat-invitation").into(),
|
||||
));
|
||||
} else if msg.viewtype == Viewtype::Call {
|
||||
headers.push((
|
||||
"Chat-Content",
|
||||
|
||||
Reference in New Issue
Block a user