mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 16:46:50 +01:00
modules/console: Fix fed event remote argument.
This commit is contained in:
parent
287b5d6374
commit
5d41b4e00b
1 changed files with 1 additions and 1 deletions
|
@ -1916,7 +1916,7 @@ console_cmd__fed__event(const string_view &line)
|
|||
|
||||
const net::hostport remote
|
||||
{
|
||||
token_count(line, ' ') > 1? token(line, ' ', 0) : event_id.host()
|
||||
token(line, ' ', 1, event_id.host())
|
||||
};
|
||||
|
||||
m::v1::event::opts opts;
|
||||
|
|
Loading…
Reference in a new issue