From 4dc907ac3af3a02ca2fd6d3d89cd8064fbbfa743 Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Wed, 4 Feb 2026 13:57:55 +0530 Subject: [PATCH] set certificateId --- src/Appwrite/Platform/Workers/Certificates.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Platform/Workers/Certificates.php b/src/Appwrite/Platform/Workers/Certificates.php index 7ec08396b7..4f898c7e98 100644 --- a/src/Appwrite/Platform/Workers/Certificates.php +++ b/src/Appwrite/Platform/Workers/Certificates.php @@ -359,6 +359,7 @@ class Certificates extends Action $this->upsertCertificate($rule, $certificate, $dbForPlatform); // Update rule and emit events + $rule->setAttribute('certificateId', $certificate->getId()); $rule->setAttribute('logs', $logs); $this->updateRuleAndSendEvents($rule, $dbForPlatform, $queueForEvents, $queueForWebhooks, $queueForFunctions, $queueForRealtime); }