Send the glue event
This commit is contained in:
parent
07df8fdd42
commit
e87f576303
|
@ -354,6 +354,7 @@ func (r *Admin) PerformAdminDownloadState(
|
||||||
Origin: r.Cfg.Matrix.ServerName,
|
Origin: r.Cfg.Matrix.ServerName,
|
||||||
HasState: true,
|
HasState: true,
|
||||||
StateEventIDs: stateIDs,
|
StateEventIDs: stateIDs,
|
||||||
|
SendAsServer: string(r.Cfg.Matrix.ServerName),
|
||||||
})
|
})
|
||||||
|
|
||||||
if err := r.Inputer.InputRoomEvents(ctx, inputReq, inputRes); err != nil {
|
if err := r.Inputer.InputRoomEvents(ctx, inputReq, inputRes); err != nil {
|
||||||
|
|
Loading…
Reference in a new issue