mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 17:36:30 +03:00
api!: remove APIs for video chat invitations
This commit is contained in:
@@ -1565,11 +1565,6 @@ 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