mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd:Ⓜ️:room::bootstrap: Use indirect for fed::opts initialization.
This commit is contained in:
parent
dfc023bb37
commit
dc1778bce7
1 changed files with 2 additions and 1 deletions
|
@ -415,7 +415,8 @@ try
|
|||
16_KiB // headers in and out
|
||||
};
|
||||
|
||||
m::fed::backfill::opts opts{host};
|
||||
m::fed::backfill::opts opts;
|
||||
opts.remote = host;
|
||||
opts.event_id = event_id;
|
||||
opts.limit = size_t(backfill_limit);
|
||||
m::fed::backfill request
|
||||
|
|
Loading…
Reference in a new issue