mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
Posthog: drop $initial_person_info from outgoing events
This commit is contained in:
@@ -173,6 +173,9 @@ export class PosthogAnalytics {
|
||||
.slice(0, 3)
|
||||
.join("");
|
||||
|
||||
// drop $initial_person_info for increased privacy.
|
||||
delete properties["$initial_person_info"];
|
||||
|
||||
return properties;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user