Skip to content

Commit 60163cb

Browse files
committed
docs: scanned proxies are added and normalized
there was a bug on iOS before, that assumed that the proxy needs to be added to the proxy list additionally, also the normalization was unexpected.
1 parent e117efa commit 60163cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deltachat-ffi/deltachat.h

+2
Original file line numberDiff line numberDiff line change
@@ -2541,6 +2541,8 @@ void dc_stop_ongoing_process (dc_context_t* context);
25412541
* - DC_QR_PROXY with dc_lot_t::text1=address:
25422542
* ask the user if they want to use the given proxy.
25432543
* if so, call dc_set_config_from_qr() and restart I/O.
2544+
* On success, dc_get_config(context, "proxy_url")
2545+
* will contain the new proxy in normalized form as the first element.
25442546
*
25452547
* - DC_QR_ADDR with dc_lot_t::id=Contact ID:
25462548
* e-mail address scanned, optionally, a draft message could be set in

0 commit comments

Comments
 (0)