You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Decorate forward dialog room avatars
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
@ -253,6 +253,7 @@ export function mkStubRoom(roomId = null, name) {
|
||||
tags: {},
|
||||
setBlacklistUnverifiedDevices: jest.fn(),
|
||||
on: jest.fn(),
|
||||
off: jest.fn(),
|
||||
removeListener: jest.fn(),
|
||||
getDMInviter: jest.fn(),
|
||||
name,
|
||||
|
Reference in New Issue
Block a user