Closed Ferdi265 closed 3 years ago
Thank you for the report! The bug was in sending text with whitespace. Should be fixed now.
Thank you for the fix. Which version of WebK will contain the fix?
Currently I can still reproduce this on WebK alpha 0.7.2. Will the fix be in 0.7.3?
It should be in 0.7.2. What kind of formatting did you try?
Huh, I could swear I was able to reproduce this a second ago. It seems to be correctly fixed now, still displays 0.7.2. Whatever that was, thank you for the fix, it works quite well now :)
Describe the bug When sending a message containing a multiline codeblock using the triple backtick (```) syntax, the code block renders correctly in the sending client, but receiving clients (and WebK on reload of the page) don't see the message formatted as a code block (formatting sequences such as ** and __ are correctly not interpreted though, unlike WebZ).
To Reproduce Steps to reproduce the behavior:
Expected behavior Messages with code blocks should correctly be sent as such and be seen the same by all participants
Screenshots
Sent message:
Sender-Side Appearance (before reload):
Sender-Side Appearance (after reload):
Receiver-Side Appearance:
Desktop (please complete the following information):
Additional context I suspect the problem is that the message metadata for the formatting is not correctly added when sending the message, which explains why it works client-side until the page is reloaded (and the message is restored from storage)