We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebc03e4 + a08980b commit 73c8316Copy full SHA for 73c8316
src/authn/authn.ts
@@ -801,8 +801,7 @@ function genACLText (
801
g.add(a, ns.rdf('type'), auth('Authorization'), acl)
802
g.add(a, auth('accessTo'), doc, acl)
803
if (options.defaultForNew) {
804
- // TODO: Should this be auth('default') instead?
805
- g.add(a, auth('defaultForNew'), doc, acl)
+ g.add(a, auth('default'), doc, acl)
806
}
807
g.add(a, auth('agent'), me, acl)
808
g.add(a, auth('mode'), auth('Read'), acl)
0 commit comments