mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +01:00
ircd:Ⓜ️:room::message: Fix incorrect reply fallback parse.
This commit is contained in:
parent
8461fbcbd5
commit
d743925776
1 changed files with 0 additions and 7 deletions
|
@ -57,13 +57,6 @@ const noexcept
|
||||||
reply_to_user.end(), body.end()
|
reply_to_user.end(), body.end()
|
||||||
};
|
};
|
||||||
|
|
||||||
body = lstrip(body, '>', 1);
|
|
||||||
body = lstrip(body, ' ', 1);
|
|
||||||
body = string_view
|
|
||||||
{
|
|
||||||
body.begin(), token(body, "\\n", 0).end()
|
|
||||||
};
|
|
||||||
|
|
||||||
tokens(body, "\\n", [&body]
|
tokens(body, "\\n", [&body]
|
||||||
(const string_view &line) noexcept
|
(const string_view &line) noexcept
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue