Suppress forum posts on the featured feed

This commit is contained in:
Ben Visness 2024-07-06 12:15:23 -05:00
parent 7055b59087
commit 411fb66e40
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ func Index(c *RequestContext) ResponseData {
ProjectIDs: featuredProjectIDs,
OwnerIDs: featuredUserIDs,
Limit: maxPostsPerTab,
SkipPosts: true,
})
if err != nil {
c.Logger.Warn().Err(err).Msg("failed to fetch featured feed")