More posthog tracking around joining rooms and room search (#7807)
This commit is contained in:
+1
-1
@@ -264,7 +264,7 @@ export default async function createRoom(opts: IOpts): Promise<string | null> {
|
||||
// stream, if it hasn't already.
|
||||
joining: true,
|
||||
justCreatedOpts: opts,
|
||||
_trigger: "Created",
|
||||
metricsTrigger: "Created",
|
||||
});
|
||||
}
|
||||
return roomId;
|
||||
|
||||
Reference in New Issue
Block a user