1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Fix room directory events happening in the wrong order for Funnels

This commit is contained in:
Michael Telatynski
2020-10-30 20:20:58 +00:00
parent 7b625dbe0d
commit 0368ad4516
2 changed files with 12 additions and 3 deletions

View File

@@ -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];