mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
modules/console: Fix missing event_id argument option in fed state cmd.
This commit is contained in:
parent
37ab0ad00d
commit
7392469cad
1 changed files with 1 additions and 0 deletions
|
@ -1943,6 +1943,7 @@ console_cmd__fed__state(opt &out, const string_view &line)
|
|||
thread_local char buf[8_KiB];
|
||||
m::v1::state::opts opts;
|
||||
opts.remote = remote;
|
||||
opts.event_id = event_id;
|
||||
m::v1::state request
|
||||
{
|
||||
room_id, buf, std::move(opts)
|
||||
|
|
Loading…
Reference in a new issue