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:
parent
14774cf3e2
commit
189b5cfbcd
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue