Fix /share not using server-set characters limit (#33459)
				
					
				
			This commit is contained in:
		
							parent
							
								
									c93c1f38b7
								
							
						
					
					
						commit
						612d6182e4
					
				@ -1,6 +1,7 @@
 | 
			
		||||
import { Provider } from 'react-redux';
 | 
			
		||||
 | 
			
		||||
import { fetchCustomEmojis } from 'mastodon/actions/custom_emojis';
 | 
			
		||||
import { fetchServer } from 'mastodon/actions/server';
 | 
			
		||||
import { hydrateStore } from 'mastodon/actions/store';
 | 
			
		||||
import { Router } from 'mastodon/components/router';
 | 
			
		||||
import Compose from 'mastodon/features/standalone/compose';
 | 
			
		||||
@ -13,6 +14,7 @@ if (initialState) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
store.dispatch(fetchCustomEmojis());
 | 
			
		||||
store.dispatch(fetchServer());
 | 
			
		||||
 | 
			
		||||
const ComposeContainer = () => (
 | 
			
		||||
  <IntlProvider>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user