// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Reply getNestedReplyText Returns valid reply fallback text for m.text msgtypes 1`] = ` { "body": "> <@user1:server> body ", "html": "
In reply to @user1:server
body
", } `; exports[`Reply getNestedReplyText should create the expected fallback text for m.pin m.room.message/m.location 1`] = ` { "body": "> <@user1:server> shared a location. ", "html": "
In reply to @user1:server
shared a location.
", } `; exports[`Reply getNestedReplyText should create the expected fallback text for m.pin org.matrix.msc3672.beacon_info/undefined 1`] = ` { "body": "> <@user1:server> shared a live location. ", "html": "
In reply to @user1:server
shared a live location.
", } `; exports[`Reply getNestedReplyText should create the expected fallback text for m.self m.room.message/m.location 1`] = ` { "body": "> <@user1:server> shared their location. ", "html": "
In reply to @user1:server
shared their location.
", } `; exports[`Reply getNestedReplyText should create the expected fallback text for m.self org.matrix.msc3672.beacon_info/undefined 1`] = ` { "body": "> <@user1:server> shared their live location. ", "html": "
In reply to @user1:server
shared their live location.
", } `; exports[`Reply getNestedReplyText should create the expected fallback text for poll end events 1`] = ` { "body": "> <@user1:server>Ended poll ", "html": "
In reply to @user1:server
Ended poll
", } `;