diff options
author | kegsay <kegan@matrix.org> | 2021-07-15 17:45:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 17:45:37 +0100 |
commit | c102adaf43158ec98ffe337413165ab721ca401b (patch) | |
tree | 1874e0b5d6b3b2288d19b561160fad624e67d52c /sytest-whitelist | |
parent | 1827dd7c09baa1bd0ee9ebc51820330416d79bee (diff) |
fedsender: add cache tables for notary keys (#1923)
* Add notary server tables for postgres
* Add sqlite tables
* fedsender: GetServerKeys -> QueryServerKeys
As it now checks a cache and can return multiple responses
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 0d1ff4d2..238912a9 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -533,3 +533,4 @@ Inbound federation can receive invite and reject when remote is unreachable Remote servers cannot set power levels in rooms without existing powerlevels Remote servers should reject attempts by non-creators to set the power levels Federation handles empty auth_events in state_ids sanely +Key notary server should return an expired key if it can't find any others |