mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
modules/console: Fix reference to returned array.
This commit is contained in:
parent
441d3aaf92
commit
a550b5c420
1 changed files with 1 additions and 1 deletions
|
@ -14422,7 +14422,7 @@ console_cmd__fed__frontfill(opt &out, const string_view &line)
|
|||
"room_id", "remote", "earliest", "latest", "[limit]", "[min_depth]"
|
||||
}};
|
||||
|
||||
const auto &room_id
|
||||
const auto room_id
|
||||
{
|
||||
m::room_id(param.at(0))
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue