diff --git a/include/ircd/m/device.h b/include/ircd/m/device.h index 1bfeb8fac..de53acc6f 100644 --- a/include/ircd/m/device.h +++ b/include/ircd/m/device.h @@ -159,7 +159,10 @@ struct ircd::m::device json::property, /// (s2s) Optional display name for the device. - json::property + json::property, + + /// (c2s) Event ID of the access token. + json::property > { using id = m::id::device;