Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unneeded formatted-body being added to message content #306

Open
photosheep opened this issue Jul 7, 2024 · 0 comments
Open

Unneeded formatted-body being added to message content #306

photosheep opened this issue Jul 7, 2024 · 0 comments
Milestone

Comments

@photosheep
Copy link
Contributor

This was discussed in the iamb-users room.

"content": {
  "body": "this is fractal",
  "msgtype": "m.text"
}
"content": {
  "body": "this is iamb",
  "format": "org.matrix.custom.html",
  "formatted_body": "<p>this is iamb</p>\n",
  "msgtype": "m.text"
}

Some clients apparently do not render this properly.
Fractal and cinny do not send a formatted_body unless required. It may be worth checking the content of the body before formatting it.

@ulyssa ulyssa added this to the v0.0.11 milestone Aug 1, 2024
@ulyssa ulyssa modified the milestones: v0.0.11 , v0.0.10 Aug 17, 2024
@ulyssa ulyssa modified the milestones: v0.0.10, v0.0.11 Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants