mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
modules/client/send_to_device: Add origin to injected event.
This commit is contained in:
parent
01936d1a7f
commit
48dfc78473
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ try
|
|||
|
||||
m::vm::copts opts;
|
||||
opts.prop_mask.reset();
|
||||
opts.prop_mask.set("origin");
|
||||
opts.conforming = false;
|
||||
opts.notify_clients = false;
|
||||
m::vm::eval
|
||||
|
|
Loading…
Reference in a new issue