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,
|
ProjectIDs: featuredProjectIDs,
|
||||||
OwnerIDs: featuredUserIDs,
|
OwnerIDs: featuredUserIDs,
|
||||||
Limit: maxPostsPerTab,
|
Limit: maxPostsPerTab,
|
||||||
|
|
||||||
|
SkipPosts: true,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.Logger.Warn().Err(err).Msg("failed to fetch featured feed")
|
c.Logger.Warn().Err(err).Msg("failed to fetch featured feed")
|
||||||
|
|
Loading…
Reference in New Issue