mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 00:10:59 +01:00
ircd:Ⓜ️ Reflect sigil in m::id parse failure here.
This commit is contained in:
parent
3597d1eb6b
commit
6c6069fc2c
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ const try
|
||||||
}
|
}
|
||||||
catch(const qi::expectation_failure<const char *> &e)
|
catch(const qi::expectation_failure<const char *> &e)
|
||||||
{
|
{
|
||||||
failure(e, "mxid");
|
failure(e, reflect(sigil));
|
||||||
}
|
}
|
||||||
|
|
||||||
ircd::string_view
|
ircd::string_view
|
||||||
|
|
Loading…
Reference in a new issue