mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
modules/m_typing: Fix origin property requirement. (regression from c760eb0a
)
This commit is contained in:
parent
c63374849a
commit
167c669468
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ commit(const m::typing &edu)
|
|||
|
||||
m::vm::copts opts;
|
||||
opts.prop_mask.reset();
|
||||
opts.prop_mask.set("origin");
|
||||
opts.conforming = false;
|
||||
|
||||
// Because the matrix spec should use the same format for client
|
||||
|
|
Loading…
Reference in a new issue