From f208c31cdf376720ba920fa96fd49a21e16988cd Mon Sep 17 00:00:00 2001 From: bjoern Date: Wed, 23 Oct 2024 22:29:06 +0200 Subject: [PATCH] docs: fix DC_QR_PROXY docs (#6099) --- deltachat-ffi/deltachat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index fa87e0329..688291339 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -2533,8 +2533,8 @@ void dc_stop_ongoing_process (dc_context_t* context); * ask the user if they want to use the given service for video chats; * if so, call dc_set_config_from_qr(). * - * - DC_QR_SOCKS5_PROXY with dc_lot_t::text1=host, dc_lot_t::text2=port: - * ask the user if they want to use the given proxy and overwrite the previous one, if any. + * - DC_QR_PROXY with dc_lot_t::text1=address: + * ask the user if they want to use the given proxy. * if so, call dc_set_config_from_qr() and restart I/O. * * - DC_QR_ADDR with dc_lot_t::id=Contact ID: