Change alt text reminder to not appear for private mentions in web UI (#33784)
This commit is contained in:
		@@ -120,7 +120,7 @@ class ComposeForm extends ImmutablePureComponent {
 | 
				
			|||||||
      return;
 | 
					      return;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    this.props.onSubmit(missingAltTextModal && this.props.missingAltText);
 | 
					    this.props.onSubmit(missingAltTextModal && this.props.missingAltText && this.props.privacy !== 'direct');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (e) {
 | 
					    if (e) {
 | 
				
			||||||
      e.preventDefault();
 | 
					      e.preventDefault();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user