Compare commits

...

1 Commits

Author SHA1 Message Date
Simon Laux
e20dc44eef docs: custom paths and tokens in DCACCOUNT ar codes are not supported
anymore
2026-01-16 21:17:28 +01:00

View File

@@ -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<Qr> {
let payload = qr
.get(DCACCOUNT_SCHEME.len()..)