From b1cff29219e6ad594b734066349144df05e16f1d Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 24 Feb 2019 15:42:17 -0800 Subject: [PATCH] ircd::m::device: Remove internal access_token_id from the enumeration. --- include/ircd/m/device.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/ircd/m/device.h b/include/ircd/m/device.h index 187ecdf4e..07dd92fc8 100644 --- a/include/ircd/m/device.h +++ b/include/ircd/m/device.h @@ -113,13 +113,7 @@ struct ircd::m::device json::property, /// (s2s) Optional display name for the device. - json::property, - - /// (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 + json::property > { using id = m::id::device;