mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
// 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>",
|
|
}
|
|
`;
|