Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions deltachat-ffi/deltachat.h
Original file line number Diff line number Diff line change
Expand Up @@ -2641,6 +2641,8 @@ dc_lot_t* dc_check_qr (dc_context_t* context, const char*
* so that the QR code is useful also without Delta Chat being installed
* or can be passed to contacts through other channels.
*
* To reset invitations, pass the link to dc_set_config_from_qr().
*
* @memberof dc_context_t
* @param context The context object.
* @param chat_id If set to a group-chat-id,
Expand Down
2 changes: 2 additions & 0 deletions deltachat-jsonrpc/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,8 @@ impl CommandApi {

/// Get QR code text that will offer a [SecureJoin](https://securejoin.delta.chat/) invitation.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// Get QR code text that will offer a [SecureJoin](https://securejoin.delta.chat/) invitation.
/// Get QR code text (https:-link) that will offer a [SecureJoin](https://securejoin.delta.chat/) invitation.

///
/// To reset invitations, pass the link to `set_config_from_qr()``.
Comment thread
r10s marked this conversation as resolved.
Outdated
///
/// If `chat_id` is a group chat ID, SecureJoin QR code for the group is returned.
/// If `chat_id` is unset, setup contact QR code is returned.
async fn get_chat_securejoin_qr_code(
Expand Down
Loading