Commit graph

2 commits

Author SHA1 Message Date
Richard van der Hoff 4124ce2ac0
Store keys rather than json in the keydatabase ()
* bump gomatrixserverlib

(changes to KeyFetcher and KeyDatabase interfaces)

* Store keys rather than json in the keydatabase

Rather than storing the raw JSON returned from a /keys/v1/query call in the
table, store the key itself.

This makes keydb.Database implement the updated KeyDatabase interface.
2017-11-15 17:46:16 +00:00
Erik Johnston 3790a8da40 Move federationapi.readers package into routing ()
This seems to have been missed when we folded all the readers and
writers packages into routing.
2017-10-25 11:27:44 +01:00
Renamed from src/github.com/matrix-org/dendrite/federationapi/readers/keys.go (Browse further)