Work on feed page

This commit is contained in:
Jon Staab
2026-02-17 17:15:00 -08:00
parent a4e883b09a
commit 4b156ee699
8 changed files with 298 additions and 5 deletions
+2
View File
@@ -52,6 +52,7 @@ import {
getSpaceUrlsFromGroupList,
getSpaceRoomsFromGroupList,
makeCommentFilter,
loadFeedsForPubkey,
} from "@app/core/state"
import {hasBlossomSupport} from "@app/core/commands"
@@ -200,6 +201,7 @@ const syncUserData = () => {
loadMuteList($userRelayList.event.pubkey)
loadProfile($userRelayList.event.pubkey)
loadSettings($userRelayList.event.pubkey)
loadFeedsForPubkey($userRelayList.event.pubkey)
}
})