Fall back to legacy analytics for guest users (#7616)
							parent
							
								
									9d9b77d5e1
								
							
						
					
					
						commit
						d75c1bc0d6
					
				|  | @ -1354,7 +1354,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> { | |||
| 
 | ||||
|         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") && | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael Telatynski
						Michael Telatynski