0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-28 22:08:54 +02:00
dendrite/src/github.com
Richard van der Hoff 4124ce2ac0
Store keys rather than json in the keydatabase (#330)
* 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
..
matrix-org/dendrite Store keys rather than json in the keydatabase (#330) 2017-11-15 17:46:16 +00:00