You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-03 00:33:22 +03:00 
			
		
		
		
	Don't show Testing small changes without UIFeature.Feedback (#7427)
				
					
				
			This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							54ca06ad53
						
					
				
				
					commit
					d25d325387
				
			@@ -1523,7 +1523,7 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
 | 
			
		||||
                showNotificationsToast(false);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            if (!localStorage.getItem("mx_seen_ia_1.1_changes_toast")) {
 | 
			
		||||
            if (!localStorage.getItem("mx_seen_ia_1.1_changes_toast") && SettingsStore.getValue(UIFeature.Feedback)) {
 | 
			
		||||
                const key = "IA_1.1_TOAST";
 | 
			
		||||
                ToastStore.sharedInstance().addOrReplaceToast({
 | 
			
		||||
                    key,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user