chore: defer social graph loading
This commit is contained in:
parent
001d2c415c
commit
2c58239e2c
@ -60,7 +60,7 @@ async function initSite() {
|
||||
|
||||
const login = LoginStore.snapshot();
|
||||
preload(login.state.follows).then(async () => {
|
||||
await System.PreloadSocialGraph(login.state.follows);
|
||||
queueMicrotask(() => System.PreloadSocialGraph(login.state.follows));
|
||||
|
||||
for (const ev of UserCache.snapshot()) {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user