0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 07:18:20 +02:00

ircd:Ⓜ️:device: Remove internal access_token_id from the enumeration.

This commit is contained in:
Jason Volk 2019-02-24 15:42:17 -08:00
parent e3a6e55808
commit b1cff29219

View file

@ -113,13 +113,7 @@ struct ircd::m::device
json::property<name::keys, json::object>,
/// (s2s) Optional display name for the device.
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>
json::property<name::device_display_name, json::string>
>
{
using id = m::id::device;