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
commit 06bd2d99c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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];