0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

ircd:Ⓜ️:device: Add missing property to tuple.

This commit is contained in:
Jason Volk 2022-07-13 16:30:03 -07:00
parent 3d4f65260b
commit a563c7b075

View file

@ -159,7 +159,10 @@ 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>
json::property<name::device_display_name, json::string>,
/// (c2s) Event ID of the access token.
json::property<name::access_token_id, json::string>
>
{
using id = m::id::device;