https://github.com/bluesky-social/goat but with tangled's CI
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump go-didplc dependency

+1 -1
+1 -1
plc.go
··· 633 633 // - strip signature 634 634 // - set `prev` to appropriate value 635 635 func fetchOpForUpdate(ctx context.Context, c didplc.Client, did string, base_cid string) (*didplc.RegularOp, error) { 636 - auditlog, err := c.OpLog(ctx, did, true) // NB: this API changes in a pending go-didplc PR 636 + auditlog, err := c.AuditLog(ctx, did) 637 637 if err != nil { 638 638 return nil, err 639 639 }