0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

ircd:Ⓜ️:room::bootstrap: Relax check; fix error on join after accepting invite.

This commit is contained in:
Jason Volk 2019-09-16 13:24:40 -07:00
parent c29fca7b4d
commit fc4148d874

View file

@ -776,12 +776,7 @@ try
event, content, vmopts
};
if(unlikely(!eval.event_id))
throw m::UNAVAILABLE
{
"Unknown error"
};
assert(eval.event_id);
return eval.event_id;
}
catch(const std::exception &e)