You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If we enable HTMLDisable, messages will not be visible for the miniVector Android Matrix client. Upon closer inspection of the event JSON, the text message is encapsulated in body, but the pruned format and formatted_body fields are not removed, they are included with an empty string value.
To Reproduce
Steps to reproduce the behavior:
Set up a bridge between Matrix and something else (like IRC)
Join the Matrix room using miniVector (may also affect other clients)
Enable HTMDisable on the matrix gateway
Send a message from IRC
Observe that miniVector shows a message without text, can also be verified when clicking ... -> View Source on the message in Element Web
Expected behavior
If we disable HTML formatting, the fields format and formatted_body should be removed completely.
Describe the bug
If we enable HTMLDisable, messages will not be visible for the miniVector Android Matrix client. Upon closer inspection of the event JSON, the text message is encapsulated in
body
, but the prunedformat
andformatted_body
fields are not removed, they are included with an empty string value.To Reproduce
Steps to reproduce the behavior:
... -> View Source
on the message in Element WebExpected behavior
If we disable HTML formatting, the fields
format
andformatted_body
should be removed completely.Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: