Make code compile with hidden friends
This commit is contained in:
parent
b594242358
commit
3c480d47f1
2 changed files with 8 additions and 8 deletions
|
|
@ -1245,7 +1245,7 @@ decryptEvent(const MegolmSessionIndex &index,
|
|||
body["unsigned"] = event.unsigned_data;
|
||||
|
||||
mtx::events::collections::TimelineEvent te;
|
||||
mtx::events::collections::from_json(body, te);
|
||||
from_json(body, te);
|
||||
|
||||
// relations are unencrypted in content...
|
||||
mtx::accessors::set_relations(te.data, std::move(event.content.relations));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue