From 4b4890ff64db9ac84ef16baa35efcae9cbae05d6 Mon Sep 17 00:00:00 2001 From: Alexandr Kovalenko Date: Wed, 5 Feb 2025 19:00:18 +0300 Subject: [PATCH] Add content_hash for AG for passporting glow --- schema.development.kf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema.development.kf b/schema.development.kf index e84b489..dc5151d 100644 --- a/schema.development.kf +++ b/schema.development.kf @@ -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, @@ -718,7 +719,7 @@ action create_credentials_by_dwg( @caller, $copy_credential_id, $ag_timelock, - NULL, + $content_hash, 'delegated_write_grant', $dwg_id::text );