0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-02 08:48:18 +02:00

ircd:Ⓜ️:keys: Retype server_name property as json::string.

This commit is contained in:
Jason Volk 2019-06-25 07:00:46 -07:00
parent 936ce256da
commit 758ee9c185

View file

@ -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>,