mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
modules/console: Disambiguate argument type.
This commit is contained in:
parent
731dd7c1c0
commit
5f24f10458
1 changed files with 6 additions and 1 deletions
|
@ -14465,9 +14465,14 @@ console_cmd__fed__frontfill(opt &out, const string_view &line)
|
|||
16_KiB
|
||||
};
|
||||
|
||||
const m::fed::frontfill::span span
|
||||
{
|
||||
earliest, latest
|
||||
};
|
||||
|
||||
m::fed::frontfill request
|
||||
{
|
||||
room_id, {earliest, latest}, buf, std::move(opts)
|
||||
room_id, span, buf, std::move(opts)
|
||||
};
|
||||
|
||||
request.wait(out.timeout);
|
||||
|
|
Loading…
Reference in a new issue