More posthog tracking around joining rooms and room search (#7807)

This commit is contained in:
Michael Telatynski
2022-02-17 18:03:27 +00:00
committed by GitHub
parent e997676ae2
commit 658590e5bc
59 changed files with 276 additions and 116 deletions
+3 -3
View File
@@ -891,7 +891,7 @@ export default class CallHandler extends EventEmitter {
dis.dispatch<ViewRoomPayload>({
action: Action.ViewRoom,
room_id: roomId,
_trigger: "WebAcceptCall",
metricsTrigger: "WebAcceptCall",
});
}
@@ -929,7 +929,7 @@ export default class CallHandler extends EventEmitter {
dis.dispatch<ViewRoomPayload>({
action: Action.ViewRoom,
room_id: roomId,
_trigger: "WebDialPad",
metricsTrigger: "WebDialPad",
});
await this.placeMatrixCall(roomId, CallType.Voice, null);
@@ -962,7 +962,7 @@ export default class CallHandler extends EventEmitter {
room_id: dmRoomId,
should_peek: false,
joining: false,
_trigger: undefined, // other
metricsTrigger: undefined, // other
});
} else {
try {