click on group call thumbnail should return you to the group call, not the 1:1
This commit is contained in:
parent
b1ba69fd00
commit
46572ae793
2 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,7 @@ var LeftPanel = React.createClass({
|
|||
if (call) {
|
||||
dis.dispatch({
|
||||
action: 'view_room',
|
||||
room_id: call.roomId,
|
||||
room_id: call.groupRoomId || call.roomId,
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue