mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 17:02:50 +02:00
WIP: show discrepancy between device_id and client_id
This commit is contained in:
parent
c4229509d9
commit
9f983fe057
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ pub(crate) async fn upload_keys_route(
|
||||||
}
|
}
|
||||||
if deser_device_keys.device_id != sender_device {
|
if deser_device_keys.device_id != sender_device {
|
||||||
return Err!(Request(Unknown(
|
return Err!(Request(Unknown(
|
||||||
"Device ID in keys uploaded does not match your own device ID"
|
"Device ID in keys uploaded ({}) does not match your own device ID ({})",
|
||||||
|
deser_device_keys.device_id, sender_device,
|
||||||
)));
|
)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue