add comment

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-07-21 10:22:03 +01:00
parent 0db66313e2
commit a69560d0de
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ class RoomViewStore extends Store<ActionPayload> {
case 'view_room':
this.viewRoom(payload);
break;
// for these events blank out the roomId as we are no longer in the RoomView
case 'view_create_group':
case 'view_welcome_page':
case 'view_home_page':