fix: load social graph for follows only

This commit is contained in:
2024-07-04 12:23:23 +01:00
parent 69f6694f5c
commit c39811e700
2 changed files with 4 additions and 3 deletions

View File

@ -60,7 +60,7 @@ async function initSite() {
const login = LoginStore.snapshot();
preload(login.state.follows).then(async () => {
await System.PreloadSocialGraph();
await System.PreloadSocialGraph(login.state.follows);
for (const ev of UserCache.snapshot()) {
try {