mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
[Glitch] Emoji Rendering Efficiency
Port 6bca52453a to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -2,10 +2,10 @@ import { createRoot } from 'react-dom/client';
|
||||
|
||||
import { Globals } from '@react-spring/web';
|
||||
|
||||
import * as perf from '@/flavours/glitch/utils/performance';
|
||||
import { setupBrowserNotifications } from 'flavours/glitch/actions/notifications';
|
||||
import Mastodon from 'flavours/glitch/containers/mastodon';
|
||||
import { me, reduceMotion } from 'flavours/glitch/initial_state';
|
||||
import * as perf from 'flavours/glitch/performance';
|
||||
import ready from 'flavours/glitch/ready';
|
||||
import { store } from 'flavours/glitch/store';
|
||||
|
||||
@@ -37,7 +37,7 @@ function main() {
|
||||
const { initializeEmoji } = await import(
|
||||
'@/flavours/glitch/features/emoji'
|
||||
);
|
||||
await initializeEmoji();
|
||||
initializeEmoji();
|
||||
}
|
||||
|
||||
const root = createRoot(mountNode);
|
||||
|
||||
Reference in New Issue
Block a user