mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 14:12:47 +00:00
Retrieve cross-signing keys sorta
This commit is contained in:
parent
44d022a385
commit
a6bb3fd0ac
7 changed files with 132 additions and 3 deletions
|
@ -53,7 +53,9 @@ type StaleDeviceLists interface {
|
|||
SelectUserIDsWithStaleDeviceLists(ctx context.Context, domains []gomatrixserverlib.ServerName) ([]string, error)
|
||||
}
|
||||
|
||||
type CrossSigningKeys interface{}
|
||||
type CrossSigningKeys interface {
|
||||
SelectCrossSigningKeysForUser(ctx context.Context, userID string) (r api.CrossSigningKeyMap, err error)
|
||||
}
|
||||
|
||||
type CrossSigningSigs interface{}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue