1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-30 04:23:07 +03:00
This commit is contained in:
Kegan Dougal
2022-11-25 13:24:12 +00:00
parent 815370c5f9
commit 74147b9943

View File

@ -961,7 +961,7 @@ describe("SlidingSyncSdk", () => {
{
type: EventType.RoomMember,
state_key: alice,
content: {membership: "join"},
content: { membership: "join" },
sender: alice,
origin_server_ts: Date.now(),
event_id: "$alice",
@ -982,7 +982,7 @@ describe("SlidingSyncSdk", () => {
"m.read": {
[alice]: {
ts: 1234567,
}
},
},
},
},
@ -1009,7 +1009,7 @@ describe("SlidingSyncSdk", () => {
"m.read": {
[alice]: {
ts: 1234567,
}
},
},
},
},