From a05a5da9bb9dea010658be158c357fd390bb27d3 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 15 Jan 2024 19:02:54 +1300 Subject: [PATCH] Remove todo --- src/Appwrite/Platform/Workers/Messaging.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Messaging.php b/src/Appwrite/Platform/Workers/Messaging.php index 865dd71c24..d57e1837d7 100644 --- a/src/Appwrite/Platform/Workers/Messaging.php +++ b/src/Appwrite/Platform/Workers/Messaging.php @@ -265,7 +265,6 @@ class Messaging extends Action $message->setAttribute('deliveryErrors', $deliveryErrors); if (\count($message->getAttribute('deliveryErrors')) > 0) { - // TODO: Does this make sense? Only some of the messages might have failed, but we mark the whole message as failed. $message->setAttribute('status', 'failed'); } else { $message->setAttribute('status', 'sent');