diff --git a/include/ircd/m/device.h b/include/ircd/m/device.h index a574abcde..365ecbc2b 100644 --- a/include/ircd/m/device.h +++ b/include/ircd/m/device.h @@ -42,11 +42,6 @@ struct ircd::m::device_keys /// calculated using the process described at Signing JSON. json::property, - /// Required. Signatures for the device key object. A map from user ID, to - /// a map from : to the signature. The signature is - /// calculated using the process described at Signing JSON. - json::property, - /// Additional data added to the device key information by intermediate /// servers, and not covered by the signatures. json::property diff --git a/modules/console.cc b/modules/console.cc index 517a75576..c2fba72af 100644 --- a/modules/console.cc +++ b/modules/console.cc @@ -9098,7 +9098,7 @@ console_cmd__user__devices(opt &out, const string_view &line) (const string_view &prop) { m::device::get(std::nothrow, user_id, device_id, prop, [&out, &prop] - (const json::object &value) + (const string_view &value) { out << prop << ": " << value