mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/federation/send: Tweak pdu evaluation logging options.
This commit is contained in:
parent
7b22f65e86
commit
3f48d3b70a
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ handle_pdu(client &client,
|
|||
vmopts.non_conform.set(m::event::conforms::MISSING_MEMBERSHIP);
|
||||
vmopts.prev_check_exists = false;
|
||||
vmopts.nothrows = -1U;
|
||||
vmopts.infolog_accept = true;
|
||||
vmopts.warnlog |= m::vm::fault::STATE;
|
||||
vmopts.errorlog &= ~m::vm::fault::STATE;
|
||||
m::vm::eval eval
|
||||
{
|
||||
event, vmopts
|
||||
|
|
Loading…
Reference in a new issue