Fix boost confirmation modal for description-less media not working
This commit is contained in:
		
							parent
							
								
									9291cc1b75
								
							
						
					
					
						commit
						4cc3570f49
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -108,7 +108,7 @@ const mapDispatchToProps = (dispatch, { intl, contextType }) => ({ | |||
|     dispatch((_, getState) => { | ||||
|       let state = getState(); | ||||
|       if (state.getIn(['local_settings', 'confirm_boost_missing_media_description']) && status.get('media_attachments').some(item => !item.get('description')) && !status.get('reblogged')) { | ||||
|         dispatch(openModal('BOOST', { status, onReblog: this.handleModalReblog, missingMediaDescription: true })); | ||||
|         dispatch(openModal('BOOST', { status, onReblog: this.onModalReblog, missingMediaDescription: true })); | ||||
|       } else if (e.shiftKey || !boostModal) { | ||||
|         this.onModalReblog(status); | ||||
|       } else { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue