diff --git a/src/components/structures/MatrixChat.tsx b/src/components/structures/MatrixChat.tsx index 4e05a89815f..e6b10aaea8d 100644 --- a/src/components/structures/MatrixChat.tsx +++ b/src/components/structures/MatrixChat.tsx @@ -1354,7 +1354,7 @@ export default class MatrixChat extends React.PureComponent { StorageManager.tryPersistStorage(); - if (PosthogAnalytics.instance.isEnabled()) { + if (PosthogAnalytics.instance.isEnabled() && SettingsStore.isLevelSupported(SettingLevel.ACCOUNT)) { this.initPosthogAnalyticsToast(); } else if (Analytics.canEnable() || CountlyAnalytics.instance.canEnable()) { if (SettingsStore.getValue("showCookieBar") &&