This commit is contained in:
B. Petersen
2020-07-23 23:49:05 +02:00
parent 04c90e2d87
commit c43f6964c5
3 changed files with 4 additions and 4 deletions

View File

@@ -725,7 +725,7 @@ pub unsafe extern "C" fn dc_send_videochat_invitation(
chat::send_videochat_invitation(&ctx, ChatId::new(chat_id))
.await
.map(|msg_id| msg_id.to_u32())
.unwrap_or_log_default(&ctx, "Failed to send videochat invitation")
.unwrap_or_log_default(&ctx, "Failed to send video chat invitation")
})
}