Roomserver tweaks
This commit is contained in:
parent
ad7b93ef81
commit
3122ddd3b3
|
@ -127,7 +127,6 @@ func (r *RoomserverInternalAPI) SetFederationAPI(fsAPI fsAPI.RoomserverFederatio
|
|||
Inputer: r.Inputer,
|
||||
}
|
||||
r.Joiner = &perform.Joiner{
|
||||
ServerName: r.Cfg.Matrix.ServerName,
|
||||
Cfg: r.Cfg,
|
||||
DB: r.DB,
|
||||
FSAPI: r.fsAPI,
|
||||
|
|
|
@ -267,6 +267,7 @@ func (r *Inputer) processRoomEvent(
|
|||
if len(serverRes.ServerNames) > 0 {
|
||||
missingState := missingStateReq{
|
||||
origin: input.Origin,
|
||||
virtualHost: virtualHost,
|
||||
inputer: r,
|
||||
db: r.DB,
|
||||
roomInfo: roomInfo,
|
||||
|
|
|
@ -39,7 +39,6 @@ import (
|
|||
)
|
||||
|
||||
type Joiner struct {
|
||||
ServerName gomatrixserverlib.ServerName
|
||||
Cfg *config.RoomServer
|
||||
FSAPI fsAPI.RoomserverFederationAPI
|
||||
RSAPI rsAPI.RoomserverInternalAPI
|
||||
|
|
Loading…
Reference in a new issue