Compress and combine emoji data (#5229)
This commit is contained in:
		
							parent
							
								
									eb5ac23434
								
							
						
					
					
						commit
						fd7f0732fe
					
				
					 22 changed files with 254 additions and 93 deletions
				
			
		| 
						 | 
				
			
			@ -44,7 +44,7 @@ import {
 | 
			
		|||
  FAVOURITED_STATUSES_EXPAND_SUCCESS,
 | 
			
		||||
} from '../actions/favourites';
 | 
			
		||||
import { STORE_HYDRATE } from '../actions/store';
 | 
			
		||||
import emojify from '../emoji';
 | 
			
		||||
import emojify from '../features/emoji/emoji';
 | 
			
		||||
import { Map as ImmutableMap, fromJS } from 'immutable';
 | 
			
		||||
import escapeTextContentForBrowser from 'escape-html';
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue