0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-25 05:18:23 +02:00

ircd:Ⓜ️:room::bootstrap: Mask all errors nothrow to continue auth chain eval.

This commit is contained in:
Jason Volk 2023-02-02 09:05:15 -08:00
parent ff67a5d597
commit d39c3a8b61

View file

@ -548,8 +548,6 @@ try
// pre-sort here and indicate that to eval.
std::sort(begin(auth_chain), end(auth_chain));
vmopts.ordered = true;
vmopts.nothrows = vm::fault::EXISTS;
vmopts.fetch = false;
m::vm::eval
{