mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Fix backfilling
This commit is contained in:
parent
e449d174cc
commit
8d207b7a97
|
|
@ -83,7 +83,7 @@ func Backfill(
|
|||
"": eIDs,
|
||||
},
|
||||
ServerName: request.Origin(),
|
||||
VirtualHost: request.Destination(),
|
||||
VirtualHost: request.Origin(),
|
||||
}
|
||||
if req.Limit, err = strconv.Atoi(limit); err != nil {
|
||||
util.GetLogger(httpReq.Context()).WithError(err).Error("strconv.Atoi failed")
|
||||
|
|
|
|||
Loading…
Reference in a new issue