mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
cargo fmt
This commit is contained in:
@@ -60,7 +60,6 @@ pub unsafe fn dc_get_securejoin_qr(
|
|||||||
}
|
}
|
||||||
let self_addr = context.sql.get_config(context, "configured_addr");
|
let self_addr = context.sql.get_config(context, "configured_addr");
|
||||||
|
|
||||||
|
|
||||||
if self_addr.is_none() {
|
if self_addr.is_none() {
|
||||||
error!(context, 0, "Not configured, cannot generate QR code.",);
|
error!(context, 0, "Not configured, cannot generate QR code.",);
|
||||||
return cleanup(fingerprint, invitenumber, auth, qr);
|
return cleanup(fingerprint, invitenumber, auth, qr);
|
||||||
|
|||||||
Reference in New Issue
Block a user