mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-12 16:18:13 +03:00
add registerSuperProperties
This commit is contained in:
parent
e9e0e4847f
commit
0c89eb51d4
1 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,10 @@ export class PosthogAnalytics {
|
||||||
this.posthog.identify(await hashHex(userId));
|
this.posthog.identify(await hashHex(userId));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public registerSuperProperties(properties) {
|
||||||
|
this.posthog.register(properties);
|
||||||
|
}
|
||||||
|
|
||||||
public isInitialised() {
|
public isInitialised() {
|
||||||
return this.initialised;
|
return this.initialised;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue