-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
matrix-org/matrix-react-sdk
#10380Closed
Copy link
Labels
A-PollsA-RepliesreplyreplyA-TimelineO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowS-TolerableLow/no impact on usersLow/no impact on usersT-Enhancement
Description
Steps to reproduce
- create a poll
- reply to the poll in EW
- observe no
<mx-reply>formatted body in the reply message
Outcome
Web should explicitly handle poll start events replies to match other platforms:
Eg reply to poll from iOS
"content": {
"body": "> <@user:matrix.org> %poll question%\n\n%reply content%",
"format": "org.matrix.custom.html",
"formatted_body": "<mx-reply><blockquote><a href=\"https://matrix.to/#/!CVJnkRSzTJbFTaNblu%3Amatrix.org/%24aEFuRjG8nOYdyKl_62cj2_lVN9IqaTPyvRxvQgdVdNM\">In reply to</a> <a href=\"https://matrix.to/#/@user:matrix.org\">@user:matrix.org</a><br>%poll question%</blockquote></mx-reply>%reply content%",
"m.relates_to": {
"m.in_reply_to": {
"event_id": "$xxxx"
}
},
},
Operating system
No response
Browser information
No response
URL for webapp
No response
Application version
No response
Homeserver
No response
Will you send logs?
No
Metadata
Metadata
Assignees
Labels
A-PollsA-RepliesreplyreplyA-TimelineO-UncommonMost users are unlikely to come across this or unexpected workflowMost users are unlikely to come across this or unexpected workflowS-TolerableLow/no impact on usersLow/no impact on usersT-Enhancement