mirror of
https://github.com/matrix-construct/construct
synced 2024-12-29 00:44:17 +01:00
ircd:Ⓜ️:sync: No propagation of m::error from polylog sync handlers.
This commit is contained in:
parent
11af393444
commit
fe1f097e58
1 changed files with 0 additions and 2 deletions
|
@ -711,8 +711,6 @@ catch(const m::error &e)
|
|||
e.what(),
|
||||
e.content
|
||||
};
|
||||
|
||||
throw;
|
||||
}
|
||||
catch(const std::exception &e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue