0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 08:12:37 +01:00

modules/m_relation: Fix event_id unmarshal.

This commit is contained in:
Jason Volk 2020-03-31 16:37:54 -07:00
parent 0bb3a33fa2
commit 1680e5107b

View file

@ -80,7 +80,7 @@ try
const event::id &event_id
{
m_relates_to["event_id"]
m_relates_to.get<json::string>("event_id")
};
// If the relates_to is a prev_event then the vm::fetch unit will perform