fix custom emoji not shown in statuses
This commit is contained in:
		@@ -131,11 +131,9 @@ export default class StatusContent extends React.PureComponent {
 | 
			
		||||
      this.state.hidden
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
    const content = { __html: emojify(status.get('content')) };
 | 
			
		||||
    const content = { __html: status.get('contentHtml') };
 | 
			
		||||
    const spoilerContent = {
 | 
			
		||||
      __html: emojify(escapeTextContentForBrowser(
 | 
			
		||||
        status.get('spoiler_text', '')
 | 
			
		||||
      )),
 | 
			
		||||
      __html: status.get('spoilerHtml'),
 | 
			
		||||
    };
 | 
			
		||||
    const directionStyle = { direction: 'ltr' };
 | 
			
		||||
    const classNames = classnames('status__content', {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user