You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
More posthog tracking around joining rooms and room search (#7807)
This commit is contained in:
committed by
GitHub
parent
e997676ae2
commit
658590e5bc
@@ -489,7 +489,7 @@ export default class RoomDirectory extends React.Component<IProps, IState> {
|
||||
action: Action.ViewRoom,
|
||||
auto_join: autoJoin,
|
||||
should_peek: shouldPeek,
|
||||
_trigger: "RoomDirectory",
|
||||
metricsTrigger: "RoomDirectory",
|
||||
};
|
||||
if (room) {
|
||||
// Don't let the user view a room they won't be able to either
|
||||
|
||||
Reference in New Issue
Block a user