Decorate forward dialog room avatars

Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
Robin Townsend 2021-05-16 08:39:22 -04:00
parent 64e828d069
commit e798b36f1d
3 changed files with 4 additions and 3 deletions

View file

@ -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,