mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 13:22:46 +00:00
Move high level room joining logic to GMSL (#3065)
GMSL PR: https://github.com/matrix-org/gomatrixserverlib/pull/372
This commit is contained in:
parent
ed19efc5d7
commit
dd5e47a9a7
6 changed files with 77 additions and 193 deletions
|
@ -16,6 +16,7 @@ import (
|
|||
// FederationInternalAPI is used to query information from the federation sender.
|
||||
type FederationInternalAPI interface {
|
||||
gomatrixserverlib.FederatedStateClient
|
||||
gomatrixserverlib.FederatedJoinClient
|
||||
KeyserverFederationAPI
|
||||
gomatrixserverlib.KeyDatabase
|
||||
ClientFederationAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue