From e20dc44eefb6c176960fdbce69d4018ddaf34b66 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Fri, 16 Jan 2026 21:17:28 +0100 Subject: [PATCH] docs: custom paths and tokens in `DCACCOUNT` ar codes are not supported anymore --- src/qr.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qr.rs b/src/qr.rs index a289d9aaf..21f32fe01 100644 --- a/src/qr.rs +++ b/src/qr.rs @@ -655,7 +655,6 @@ async fn decode_ideltachat(context: &Context, prefix: &str, qr: &str) -> Result< /// scheme: `DCACCOUNT:example.org` /// or `DCACCOUNT:https://example.org/new` -/// or `DCACCOUNT:https://example.org/new_email?t=1w_7wDjgjelxeX884x96v3` fn decode_account(qr: &str) -> Result { let payload = qr .get(DCACCOUNT_SCHEME.len()..)