Skip to content
Snippets Groups Projects
Commit d889776d authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Add missing ReplyStatus value

parent ab60a8ea
No related branches found
No related tags found
No related merge requests found
......@@ -324,6 +324,7 @@ class MinimalMessage(SerializableAttrs['MinimalMessage']):
class ReplyStatus(SerializableEnum):
VALID = "VALID"
DELETED = "DELETED"
@dataclass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment