mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
wording
This commit is contained in:
@@ -1615,7 +1615,7 @@ pub async fn send_text_msg(
|
||||
pub async fn send_videochat_invitation(context: &Context, chat_id: ChatId) -> Result<MsgId, Error> {
|
||||
ensure!(
|
||||
!chat_id.is_special(),
|
||||
"videochat invitation cannot be sent to special chat: {}",
|
||||
"video chat invitation cannot be sent to special chat: {}",
|
||||
chat_id
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user