mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/console: Add empty prev_state in default stage event.
This commit is contained in:
parent
2d7b011bba
commit
289d855bf2
1 changed files with 1 additions and 0 deletions
|
@ -2602,6 +2602,7 @@ console_cmd__stage(opt &out, const string_view &line)
|
|||
{ "sender", m::me.user_id },
|
||||
{ "room_id", m::my_room.room_id },
|
||||
{ "type", "m.room.message" },
|
||||
{ "prev_state", "[]" },
|
||||
};
|
||||
|
||||
const json::strung content{json::members
|
||||
|
|
Loading…
Reference in a new issue