mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Fix lints
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
eb779cd3d8
commit
5c10e1e574
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ describe("ForwardDialog", () => {
|
|||
room: "!111111111111111111:example.org",
|
||||
user: "@alice:example.org",
|
||||
content: {
|
||||
msgtype: "m.text",
|
||||
body: "> <@bob:example.org> Hi Alice!\n\nHi Bob!",
|
||||
"msgtype": "m.text",
|
||||
"body": "> <@bob:example.org> Hi Alice!\n\nHi Bob!",
|
||||
"m.relates_to": {
|
||||
"m.in_reply_to": {
|
||||
event_id: "$2222222222222222222222222222222222222222222",
|
||||
|
|
Loading…
Reference in a new issue