0
0
Fork 0
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:
Jason Volk 2018-04-02 17:48:36 -07:00
parent 37ab0ad00d
commit 7392469cad

View file

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