Skip to content

Commit

Permalink
fix: set read flag to true for feed entry
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 10, 2024
1 parent ab2ee6d commit 8f6b1e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function Component() {
entries: entry,
// @ts-expect-error
feeds: feed.data.feed as FeedModel,
read: false,
read: true,
}}
/>
</a>
Expand Down

0 comments on commit 8f6b1e2

Please sign in to comment.