We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021431c commit 641f5b5Copy full SHA for 641f5b5
clientapi/routing/key_crosssigning_test.go
@@ -21,6 +21,8 @@ import (
21
"github.com/matrix-org/gomatrixserverlib/spec"
22
)
23
24
+// TODO: add more tests to cover cases related to MSC3861
25
+
26
type mockKeyAPI struct {
27
t *testing.T
28
queryKeysData map[string]api.QueryKeysResponse
0 commit comments