1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Merge pull request #5379 from matrix-org/t3chguy/countly

Fix room directory events happening in the wrong order for Funnels
This commit is contained in:
Michael Telatynski
2020-10-30 21:13:14 +00:00
committed by GitHub
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];