Skip to content

Commit

Permalink
Add content_hash for AG for passporting glow
Browse files Browse the repository at this point in the history
  • Loading branch information
sapience committed Feb 5, 2025
1 parent 3ec5a97 commit 4b4890f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema.development.kf
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ action create_credentials_by_dwg(
$copy_content,
$copy_public_notes_signature, // Signature of an empty string?! This is weird.
$copy_broader_signature,
$content_hash, // For access grant
$dwg_owner,
$dwg_grantee,
$dwg_id,
Expand Down Expand Up @@ -718,7 +719,7 @@ action create_credentials_by_dwg(
@caller,
$copy_credential_id,
$ag_timelock,
NULL,
$content_hash,
'delegated_write_grant',
$dwg_id::text
);
Expand Down

0 comments on commit 4b4890f

Please sign in to comment.