mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
send videochat-url and -invitation also through header
This commit is contained in:
@@ -1636,6 +1636,7 @@ pub async fn send_videochat_invitation(context: &Context, chat_id: ChatId) -> Re
|
||||
};
|
||||
|
||||
let mut msg = Message::new(Viewtype::VideochatInvitation);
|
||||
msg.param.set(Param::VideochatUrl, &url);
|
||||
msg.text = Some(
|
||||
context
|
||||
.stock_string_repl_str(StockMessage::VideochatInviteMsgBody, url)
|
||||
|
||||
Reference in New Issue
Block a user