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
+1
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,