mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 01:33:10 -06:00
Update embedded interfaces
This commit is contained in:
parent
428eaa94eb
commit
3c1d874ebd
|
|
@ -40,7 +40,6 @@ func (e *FederationClientError) Error() string {
|
|||
type FederationInternalAPI interface {
|
||||
FederationClient
|
||||
gomatrixserverlib.KeyDatabase
|
||||
gomatrixserverlib.KeyFetcher
|
||||
|
||||
KeyRing() *gomatrixserverlib.KeyRing
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ import (
|
|||
type Database interface {
|
||||
internal.PartitionStorer
|
||||
gomatrixserverlib.KeyDatabase
|
||||
gomatrixserverlib.KeyFetcher
|
||||
|
||||
UpdateRoom(ctx context.Context, roomID, oldEventID, newEventID string, addHosts []types.JoinedHost, removeHosts []string) (joinedHosts []types.JoinedHost, err error)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue