Skip to content

Commit

Permalink
[Glitch] Standalone share page: Dispatch fetchServer for maxChars (#2929
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kescherCode authored Jan 6, 2025
1 parent 53f8ac0 commit ae302d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Provider } from 'react-redux';

import { fetchCustomEmojis } from 'flavours/glitch/actions/custom_emojis';
import { fetchServer } from 'flavours/glitch/actions/server';
import { hydrateStore } from 'flavours/glitch/actions/store';
import { Router } from 'flavours/glitch/components/router';
import Compose from 'flavours/glitch/features/standalone/compose';
Expand All @@ -13,6 +14,7 @@ if (initialState) {
}

store.dispatch(fetchCustomEmojis());
store.dispatch(fetchServer());

const ComposeContainer = () => (
<IntlProvider>
Expand Down

0 comments on commit ae302d2

Please sign in to comment.