1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

Implement transparent RoomTile for use in some places

where a transparent appearance is required (i.e. in MemberInfo
or ChatCreateOrReuseDialog)
This commit is contained in:
Luke Barnard
2018-03-05 12:36:02 +00:00
parent 9a7a7ea2d6
commit a95f6a9804
3 changed files with 5 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ export default class ChatCreateOrReuseDialog extends React.Component {
);
tiles.push(
<RoomTile key={room.roomId} room={room}
transparent={true}
collapsed={false}
selected={false}
unread={Unread.doesRoomHaveUnreadMessages(room)}