0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-18 17:19:01 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Richard van der Hoff b75537beaf Store key validity time in the storage layer
This is a first step to checking that the key is valid at the required moment.

The idea here is that, rather than passing VerifyKey objects in and out of the
storage layer, we instead pass FetchKeyResult objects, which simply wrap the
VerifyKey and add a valid_until_ts field.
2019-05-23 11:52:22 +01:00