Line breaks is removed from quoted message text, when using "Quote" function in message menu, so if I try to quote message like:
line 1
line 2
line 4 after empty line
line 5
this will look in editor like:
| line 1 line 2 line 4 after empty line line 5
I believe this is linked with https://github.com/vector-im/riot-web/issues/4874 inasmuch as they share a common cause - quoting pulling message text from the DOM rather than the message event data.
This seems to be fixed
Most helpful comment
I believe this is linked with https://github.com/vector-im/riot-web/issues/4874 inasmuch as they share a common cause - quoting pulling message text from the DOM rather than the message event data.