1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-01 09:58:03 +03:00

fix navigation to room info in group view

This commit is contained in:
Bruno Windels
2018-12-10 16:52:45 +01:00
parent 75925f6192
commit fb4a441341
2 changed files with 3 additions and 1 deletions

View File

@@ -141,6 +141,8 @@ export default class RightPanel extends React.Component {
if (payload.action === "view_right_panel_phase") {
this.setState({
phase: payload.phase,
groupRoomId: payload.groupRoomId,
groupId: payload.groupId,
member: payload.member,
});
}