mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:56:31 +00:00
huge queue refactoring:
3 queues -> 1 queue send delete validate updates
This commit is contained in:
@@ -59,5 +59,7 @@ public enum AnnotationStatus
|
||||
{
|
||||
None = 0,
|
||||
Created = 10,
|
||||
Validated = 20
|
||||
Validated = 20,
|
||||
ValidatedEdited = 25,
|
||||
Deleted = 30
|
||||
}
|
||||
Reference in New Issue
Block a user