mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-11 23:13:21 +03:00
Put back accidentally removed anonymity update
This commit is contained in:
parent
726b4497b2
commit
5697eeaab8
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ export class PosthogAnalytics {
|
|||
}
|
||||
|
||||
public init(anonymity: Anonymity) {
|
||||
this.anonymity = anonymity;
|
||||
const posthogConfig = SdkConfig.get()["posthog"];
|
||||
if (posthogConfig) {
|
||||
this.posthog.init(posthogConfig.projectApiKey, {
|
||||
|
|
Loading…
Reference in a new issue