rss: filter out replies server-side (#2518)
This commit is contained in:
parent
921b57d1b7
commit
1d3e20220d
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ func (srv *Server) WebProfileRSS(c echo.Context) error {
|
|||
}
|
||||
}
|
||||
|
||||
af, err := appbsky.FeedGetAuthorFeed(ctx, srv.xrpcc, did.String(), "", "", 30)
|
||||
af, err := appbsky.FeedGetAuthorFeed(ctx, srv.xrpcc, did.String(), "", "posts_no_replies", 30)
|
||||
if err != nil {
|
||||
log.Warn("failed to fetch author feed", "did", did, "err", err)
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue