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

Wire up more Posthog tracking (#7689)

This commit is contained in:
Michael Telatynski
2022-02-09 14:25:58 +00:00
committed by GitHub
parent 254dbeeccb
commit 5620b83d34
17 changed files with 221 additions and 77 deletions

View File

@@ -630,10 +630,6 @@ class LoggedInView extends React.Component<IProps, IState> {
pageElement = <MyGroups />;
break;
case PageTypes.RoomDirectory:
// handled by MatrixChat for now
break;
case PageTypes.HomePage:
pageElement = <HomePage justRegistered={this.props.justRegistered} />;
break;