mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
ircd:Ⓜ️:device: Remove internal access_token_id from the enumeration.
This commit is contained in:
parent
e3a6e55808
commit
b1cff29219
1 changed files with 1 additions and 7 deletions
|
@ -113,13 +113,7 @@ struct ircd::m::device
|
||||||
json::property<name::keys, json::object>,
|
json::property<name::keys, json::object>,
|
||||||
|
|
||||||
/// (s2s) Optional display name for the device.
|
/// (s2s) Optional display name for the device.
|
||||||
json::property<name::device_display_name, json::string>,
|
json::property<name::device_display_name, json::string>
|
||||||
|
|
||||||
/// (internal) The event::id of the access_token in the !tokens room
|
|
||||||
/// issued for this device. This is not exposed to the client or
|
|
||||||
/// federation (with the exception of cluster); though its content
|
|
||||||
/// is not accessible anyway.
|
|
||||||
json::property<name::access_token_id, json::string>
|
|
||||||
>
|
>
|
||||||
{
|
{
|
||||||
using id = m::id::device;
|
using id = m::id::device;
|
||||||
|
|
Loading…
Reference in a new issue