mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +01:00
modules/federation/send: Quiet vm::fault::EXISTS from the warnlog on eval.
This commit is contained in:
parent
196ee9e157
commit
957d90e63d
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ handle_pdus(client &client,
|
|||
m::vm::opts vmopts;
|
||||
vmopts.node_id = request.origin;
|
||||
vmopts.nothrows = -1U;
|
||||
vmopts.warnlog &= ~m::vm::fault::EXISTS;
|
||||
vmopts.infolog_accept = true;
|
||||
m::vm::eval eval
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue