0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 15:28:20 +02:00

modules/console: Fix the fed head user_id argument.

This commit is contained in:
Jason Volk 2018-04-27 16:52:02 -07:00
parent 019628c8a3
commit bfbeb388f2

View file

@ -3564,7 +3564,7 @@ console_cmd__fed__head(opt &out, const string_view &line)
opts.remote = remote;
m::v1::make_join request
{
room_id, m::me.user_id, buf, std::move(opts)
room_id, user_id, buf, std::move(opts)
};
request.wait(out.timeout);