0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 08:13:46 +02:00

ircd:Ⓜ️:room::bootstrap: Use indirect for fed::opts initialization.

This commit is contained in:
Jason Volk 2020-03-08 18:51:05 -07:00
parent dfc023bb37
commit dc1778bce7

View file

@ -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