mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 16:34:13 +01:00
ircd:Ⓜ️:keys: Retype server_name property as json::string.
This commit is contained in:
parent
936ce256da
commit
758ee9c185
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ struct ircd::m::keys
|
|||
:json::tuple
|
||||
<
|
||||
json::property<name::old_verify_keys, json::object>,
|
||||
json::property<name::server_name, string_view>,
|
||||
json::property<name::server_name, json::string>,
|
||||
json::property<name::signatures, json::object>,
|
||||
json::property<name::tls_fingerprints, json::array>,
|
||||
json::property<name::valid_until_ts, time_t>,
|
||||
|
|
Loading…
Reference in a new issue