0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-29 15:28:20 +02:00

modules/federation/send: Tweak pdu evaluation logging options.

This commit is contained in:
Jason Volk 2018-04-13 16:22:13 -07:00
parent 7b22f65e86
commit 3f48d3b70a

View file

@ -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