mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
isEnabled returns a boolean
This commit is contained in:
parent
ce80e5a463
commit
13ef819ba6
@ -264,7 +264,7 @@ export class PosthogAnalytics {
|
||||
this.posthog.capture(eventName, properties);
|
||||
}
|
||||
|
||||
public isEnabled() {
|
||||
public isEnabled(): boolean {
|
||||
return this.enabled;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user