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

Replies in E2E rooms sent from riot-web are consistently misformatted #1908

Closed
ara4n opened this issue Jun 22, 2018 · 4 comments
Closed

Replies in E2E rooms sent from riot-web are consistently misformatted #1908

ara4n opened this issue Jun 22, 2018 · 4 comments

Comments

@ara4n
Copy link
Member

ara4n commented Jun 22, 2018

with the reply appended to the quoted text rather than being separated by the end of the blockquote.

@ara4n
Copy link
Member Author

ara4n commented Jun 22, 2018

194eaa75-9d65-4145-aa89-1d3d2537e3e9

@ara4n
Copy link
Member Author

ara4n commented Jun 22, 2018

there should be a linebreak and unindent between 'enabled?' and 'it should be.

@ara4n
Copy link
Member Author

ara4n commented Jun 22, 2018

Event body:

{
  "room_id": "!something:matrix.org",
  "type": "m.room.message",
  "content": {
    "msgtype": "m.text",
    "format": "org.matrix.custom.html",
    "body": "> <@Giom:matrix.org> Michael (Delph): is the gdpr enabled?\n\nIt should be but I'm having problems testing it - I haven't got the riot app telling me I need to hit it and I'm having problems joining rooms",
    "formatted_body": "<mx-reply><blockquote><a href=\"https://matrix.to/#/!iEyEToBVZWgWeiRrMM:matrix.org/$15296762283267630rukxe:matrix.org\">In reply to</a> <a href=\"https://matrix.to/#/@Giom:matrix.org\">@Giom:matrix.org</a><br><a href=\"https://matrix.to/#/@delph:matrix.org\">Michael (Delph)</a>: is the gdpr enabled?</blockquote></mx-reply>It should be but I'm having problems testing it - I haven't got the riot app telling me I need to hit it and I'm having problems joining rooms"
  }
}```

@SBiOSoftWhare
Copy link
Contributor

Issue fixed by matrix-org/matrix-ios-sdk#534. For encrypted event m.relates_to was not reflected to clear content and so not interpreted as a reply.

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