0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-06 12:08:56 +02:00

ircd:Ⓜ️:event::fetch: End catch block for context switch.

This commit is contained in:
Jason Volk 2019-09-15 20:27:55 -07:00
parent 568a2881df
commit 2dce9fb67d

View file

@ -1447,6 +1447,8 @@ try
}
catch(const json::parse_error &e)
{
const ctx::exception_handler eh;
const auto event_id
{
event_id_buf?
@ -1494,6 +1496,8 @@ try
}
catch(const json::parse_error &e)
{
const ctx::exception_handler eh;
const auto event_id
{
event_id_buf?