Fix room directory events happening in the wrong order for Funnels
This commit is contained in:
parent
7b625dbe0d
commit
0368ad4516
2 changed files with 12 additions and 3 deletions
|
@ -50,6 +50,7 @@ export default class RoomDirectory extends React.Component {
|
|||
constructor(props) {
|
||||
super(props);
|
||||
|
||||
CountlyAnalytics.instance.trackRoomDirectoryBegin();
|
||||
this.startTime = CountlyAnalytics.getTimestamp();
|
||||
|
||||
const selectedCommunityId = GroupFilterOrderStore.getSelectedTags()[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue