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