mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
fix: correct copy-pasted DCACCOUNT parsing errors message
Apparently error message was copy-pasted from DCWEBRTC handling code.
This commit is contained in:
@@ -510,7 +510,7 @@ fn decode_account(qr: &str) -> Result<Qr> {
|
|||||||
Ok(Qr::Account {
|
Ok(Qr::Account {
|
||||||
domain: url
|
domain: url
|
||||||
.host_str()
|
.host_str()
|
||||||
.context("can't extract WebRTC instance domain")?
|
.context("can't extract account setup domain")?
|
||||||
.to_string(),
|
.to_string(),
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user