2023-02-22 18:39:09 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`DecryptionFailureBody Should display "The sender has blocked you from receiving this message" 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="mx_DecryptionFailureBody mx_EventTile_content"
|
|
|
|
>
|
2024-07-11 22:06:45 +08:00
|
|
|
The sender has blocked you from receiving this message because your device is unverified
|
2023-02-22 18:39:09 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`DecryptionFailureBody Should display "Unable to decrypt message" 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="mx_DecryptionFailureBody mx_EventTile_content"
|
|
|
|
>
|
|
|
|
Unable to decrypt message
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|