Update embedded interfaces

This commit is contained in:
Neil Alexander 2021-11-22 15:03:12 +00:00
parent 428eaa94eb
commit 3c1d874ebd
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 0 additions and 2 deletions

View file

@ -40,7 +40,6 @@ func (e *FederationClientError) Error() string {
type FederationInternalAPI interface { type FederationInternalAPI interface {
FederationClient FederationClient
gomatrixserverlib.KeyDatabase gomatrixserverlib.KeyDatabase
gomatrixserverlib.KeyFetcher
KeyRing() *gomatrixserverlib.KeyRing KeyRing() *gomatrixserverlib.KeyRing

View file

@ -26,7 +26,6 @@ import (
type Database interface { type Database interface {
internal.PartitionStorer internal.PartitionStorer
gomatrixserverlib.KeyDatabase gomatrixserverlib.KeyDatabase
gomatrixserverlib.KeyFetcher
UpdateRoom(ctx context.Context, roomID, oldEventID, newEventID string, addHosts []types.JoinedHost, removeHosts []string) (joinedHosts []types.JoinedHost, err error) UpdateRoom(ctx context.Context, roomID, oldEventID, newEventID string, addHosts []types.JoinedHost, removeHosts []string) (joinedHosts []types.JoinedHost, err error)