Send the glue event

This commit is contained in:
Neil Alexander 2022-09-14 11:23:21 +01:00
parent 07df8fdd42
commit e87f576303
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -354,6 +354,7 @@ func (r *Admin) PerformAdminDownloadState(
Origin: r.Cfg.Matrix.ServerName,
HasState: true,
StateEventIDs: stateIDs,
SendAsServer: string(r.Cfg.Matrix.ServerName),
})
if err := r.Inputer.InputRoomEvents(ctx, inputReq, inputRes); err != nil {