mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
modules/console: Fix an event construction.
This commit is contained in:
parent
d7ac655220
commit
d837753d29
1 changed files with 2 additions and 1 deletions
|
@ -12269,9 +12269,10 @@ console_cmd__fed__event(opt &out, const string_view &line)
|
|||
request
|
||||
};
|
||||
|
||||
m::event::id::buf _event_id;
|
||||
const m::event event
|
||||
{
|
||||
response
|
||||
_event_id, response
|
||||
};
|
||||
|
||||
out << pretty(event) << std::endl;
|
||||
|
|
Loading…
Reference in a new issue