Fix GIF avatars not autoplaying when GIF autoplay is enabled (#6000)
This commit is contained in:
		
					parent
					
						
							
								81923f88ba
							
						
					
				
			
			
				commit
				
					
						155e211dd0
					
				
			
		
					 2 changed files with 13 additions and 5 deletions
				
			
		|  | @ -1,6 +1,7 @@ | |||
| import React from 'react'; | ||||
| import PropTypes from 'prop-types'; | ||||
| import ImmutablePropTypes from 'react-immutable-proptypes'; | ||||
| import { autoPlayGif } from '../initial_state'; | ||||
| 
 | ||||
| export default class Avatar extends React.PureComponent { | ||||
| 
 | ||||
|  | @ -8,12 +9,12 @@ export default class Avatar extends React.PureComponent { | |||
|     account: ImmutablePropTypes.map.isRequired, | ||||
|     size: PropTypes.number.isRequired, | ||||
|     style: PropTypes.object, | ||||
|     animate: PropTypes.bool, | ||||
|     inline: PropTypes.bool, | ||||
|     animate: PropTypes.bool, | ||||
|   }; | ||||
| 
 | ||||
|   static defaultProps = { | ||||
|     animate: false, | ||||
|     animate: autoPlayGif, | ||||
|     size: 20, | ||||
|     inline: false, | ||||
|   }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue