mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
10 lines
369 B
Text
10 lines
369 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Reply getNestedReplyText Returns valid reply fallback text for m.text msgtypes 1`] = `
|
|
Object {
|
|
"body": "> <@user1:server> body
|
|
|
|
",
|
|
"html": "<mx-reply><blockquote><a href=\\"$$permalink$$\\">In reply to</a> <a href=\\"https://matrix.to/#/@user1:server\\">@user1:server</a><br>body</blockquote></mx-reply>",
|
|
}
|
|
`;
|