Suppress forum posts on the featured feed
This commit is contained in:
parent
7055b59087
commit
411fb66e40
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue