0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

ircd:Ⓜ️:keys: Add back tls_fingerprints due to reintroduction by matrix.org.

This commit is contained in:
Jason Volk 2019-12-21 14:24:58 -08:00
parent 14774cf3e2
commit 189b5cfbcd

View file

@ -48,6 +48,7 @@ struct ircd::m::keys
json::property<name::old_verify_keys, json::object>,
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>,
json::property<name::verify_keys, json::object>
>