diff --git a/matrix/event.cc b/matrix/event.cc index 9348f22c7..50b0b114a 100644 --- a/matrix/event.cc +++ b/matrix/event.cc @@ -633,7 +633,7 @@ try closure(event); } } -catch(const std::exception &e) +catch(const json::not_found &e) { log::derror { @@ -773,7 +773,7 @@ try json::get<"signatures"_>(event) = {}; return event; } -catch(const std::exception &e) +catch(const json::not_found &e) { log::derror {