0
0
Fork 0
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:
Jason Volk 2018-06-03 18:43:52 -07:00
parent 2d7b011bba
commit 289d855bf2

View file

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