accidentally formatted the wrong entry

pull/2010/head
Sorunome 5 years ago
parent 6260871a21
commit 540aab82a1
No known key found for this signature in database
GPG Key ID: 63E31F7B5993A9C4

@ -32,8 +32,8 @@ Without reason:
{ {
"msgtype": "m.text", "msgtype": "m.text",
"format": "org.matrix.custom.html", "format": "org.matrix.custom.html",
"body": "Hello there, the movie was (Spoiler: awesome)", "body": "Hello there, the movie was [spoiler](mxc://someserver/somefile)",
"formatted_body": "Hello there, the movie was [Spoiler](mxc://someserver/somefile)" "formatted_body": "Hello there, the movie was <span data-mx-spoiler>awesome</span>"
} }
``` ```
With reason: With reason:
@ -41,8 +41,8 @@ With reason:
{ {
"msgtype": "m.text", "msgtype": "m.text",
"format": "org.matrix.custom.html", "format": "org.matrix.custom.html",
"body": "Hey (Spoiler for movie: the movie was awesome)", "body": "Hey [Spoiler for movie](mxc://someserver/somefile)",
"formatted_body": "Hey [Spoiler for movie](mxc://someserver/somefile)" "formatted_body": "Hey <span data-mx-spoiler="movie">the movie was awesome</span>"
} }
``` ```

Loading…
Cancel
Save