1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

Merge pull request #6062 from matrix-org/t3chguy/fix/17280

Show DMs in space for invited members too, to match Android impl
This commit is contained in:
Michael Telatynski
2021-05-19 12:41:46 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -234,6 +234,7 @@ export function mkStubRoom(roomId = null) {
}),
getMembersWithMembership: jest.fn().mockReturnValue([]),
getJoinedMembers: jest.fn().mockReturnValue([]),
getMembers: jest.fn().mockReturnValue([]),
getPendingEvents: () => [],
getLiveTimeline: () => stubTimeline,
getUnfilteredTimelineSet: () => null,