Pass OOB data for suggested rooms
This commit is contained in:
parent
dd0b0834e6
commit
cf2c790699
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue