Skip to content

Commit ea6cc31

Browse files
authored
Merge pull request mautrix#131 from mautrix/add-delivery-failed
checkpoints: add delivery failed
2 parents 0c5deba + 6d261cc commit ea6cc31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mautrix/util/message_send_checkpoint.py

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class MessageSendCheckpointStatus(SerializableEnum):
2929
PERM_FAILURE = "PERM_FAILURE"
3030
UNSUPPORTED = "UNSUPPORTED"
3131
TIMEOUT = "TIMEOUT"
32+
DELIVERY_FAILED = "DELIVERY_FAILED"
3233

3334

3435
class MessageSendCheckpointReportedBy(SerializableEnum):

0 commit comments

Comments
 (0)