Monorepo for Tangled tangled.org
5

Configure Feed

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

appview/didassign: actually save rbac

Lewis: May this revision serve well! <lewis@tangled.org>

author
Lewis
committer tangled.org date (Apr 4, 2026, 9:58 AM UTC) commit 53c56c0b parent 36685bea change-id xvptkkoq
+4
+4
appview/state/knotstream.go
··· 463 463 } 464 464 } 465 465 466 + if err := enforcer.E.SavePolicy(); err != nil { 467 + return fmt.Errorf("save RBAC policies after didAssign: %w", err) 468 + } 469 + 466 470 logger.Info("didAssign processed successfully", 467 471 "repo_did", record.RepoDid, 468 472 "owner_did", record.OwnerDid,