Skip to content

Commit

Permalink
Merge pull request #131 from mautrix/add-delivery-failed
Browse files Browse the repository at this point in the history
checkpoints: add delivery failed
  • Loading branch information
tulir authored Jan 26, 2023
2 parents 0c5deba + 6d261cc commit ea6cc31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mautrix/util/message_send_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class MessageSendCheckpointStatus(SerializableEnum):
PERM_FAILURE = "PERM_FAILURE"
UNSUPPORTED = "UNSUPPORTED"
TIMEOUT = "TIMEOUT"
DELIVERY_FAILED = "DELIVERY_FAILED"


class MessageSendCheckpointReportedBy(SerializableEnum):
Expand Down

0 comments on commit ea6cc31

Please sign in to comment.