You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-07 23:02:56 +03:00
This reverts commit 685ef791c8
.
This commit is contained in:
committed by
GitHub
parent
685ef791c8
commit
5bc132a24c
@@ -61,7 +61,7 @@ export function mockRTCEvent(
|
||||
getSender: jest.fn().mockReturnValue("@mock:user.example"),
|
||||
getTs: jest.fn().mockReturnValue(1000),
|
||||
getLocalAge: getLocalAgeFn,
|
||||
localTimestamp: Date.now() - getLocalAgeFn(),
|
||||
localTimestamp: Date.now(),
|
||||
getRoomId: jest.fn().mockReturnValue(roomId),
|
||||
sender: {
|
||||
userId: "@mock:user.example",
|
||||
|
Reference in New Issue
Block a user