mirror of https://github.com/vector-im/riot-web
Pass OOB data for suggested rooms
parent
dd0b0834e6
commit
cf2c790699
|
@ -440,6 +440,10 @@ export default class RoomList extends React.PureComponent<IProps, IState> {
|
|||
defaultDispatcher.dispatch({
|
||||
action: "view_room",
|
||||
room_id: room.room_id,
|
||||
oobData: {
|
||||
avatarUrl: room.avatar_url,
|
||||
name,
|
||||
},
|
||||
});
|
||||
};
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue