Add more causes to blank out active room
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9aff56afcc
commit
0db66313e2
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ class RoomViewStore extends Store<ActionPayload> {
|
||||||
case 'view_room':
|
case 'view_room':
|
||||||
this.viewRoom(payload);
|
this.viewRoom(payload);
|
||||||
break;
|
break;
|
||||||
|
case 'view_create_group':
|
||||||
|
case 'view_welcome_page':
|
||||||
|
case 'view_home_page':
|
||||||
case 'view_my_groups':
|
case 'view_my_groups':
|
||||||
case 'view_group':
|
case 'view_group':
|
||||||
this.setState({
|
this.setState({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue