mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Remove todo
This commit is contained in:
parent
f25dd32767
commit
a05a5da9bb
1 changed files with 0 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue