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:
parent
3d4f65260b
commit
a563c7b075
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue