bskyweb: bump indigo (several codegen updates) (#8442)

* bump indigo (several codegen updates)

* update call to getAuthorFeed
This commit is contained in:
bnewbold
2025-06-06 16:05:00 -07:00
committed by GitHub
parent 487da69a15
commit 38a3f37ce8
3 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ func (srv *Server) WebProfileRSS(c echo.Context) error {
}
}
af, err := appbsky.FeedGetAuthorFeed(ctx, srv.xrpcc, did.String(), "", "posts_no_replies", 30)
af, err := appbsky.FeedGetAuthorFeed(ctx, srv.xrpcc, did.String(), "", "posts_no_replies", false, 30)
if err != nil {
log.Warn("failed to fetch author feed", "did", did, "err", err)
return err