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:
parent
0bb3a33fa2
commit
1680e5107b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue