This commit is contained in:
Eric Bailey
2025-06-10 18:11:08 -05:00
parent 6ac4b87dff
commit 955cd42191
3 changed files with 68 additions and 59 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ import {unstableCacheProfileView} from '#/state/queries/profile'
import {useSession} from '#/state/session'
import {useMergedThreadgateHiddenReplies} from '#/state/threadgate-hidden-replies'
import {
buildPostSourceUri,
buildPostSourceKey,
useSetUnstablePostSource,
} from '#/state/unstable-post-source'
import {FeedNameText} from '#/view/com/util/FeedInfoText'
@@ -235,7 +235,7 @@ let FeedItemInner = ({
reqId,
})
unstableCacheProfileView(queryClient, post.author)
unstableSetPostSource(buildPostSourceUri(post.uri, post.author.handle), {
unstableSetPostSource(buildPostSourceKey(post.uri, post.author.handle), {
feed: feedDescriptor,
post: {
post,