mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 09:45:21 +00:00
BJ-914: remove comments and files from claim (#569)
* BJ-914: remove comments and files from claim * Changed logic * Ашч Co-authored-by: Inal Arsanukaev <inalarsanukaev@MacBook-Pro-Inal.local>
This commit is contained in:
parent
85e1cd96af
commit
234ab2f011
@ -1 +1 @@
|
||||
Subproject commit 03ffefb1e039d02ce770adca145fa803b3dddcd4
|
||||
Subproject commit cf6578dac794859b0495c812761ce5b94c11bbaf
|
@ -196,9 +196,11 @@ struct DocumentModificationUnit {
|
||||
|
||||
union FileModification {
|
||||
1: FileCreated creation
|
||||
2: FileDeleted deletion
|
||||
}
|
||||
|
||||
struct FileCreated {}
|
||||
struct FileDeleted {}
|
||||
|
||||
struct FileModificationUnit {
|
||||
1: required FileID id
|
||||
@ -207,9 +209,11 @@ struct FileModificationUnit {
|
||||
|
||||
union CommentModification {
|
||||
1: CommentCreated creation
|
||||
2: CommentDeleted deletion
|
||||
}
|
||||
|
||||
struct CommentCreated {}
|
||||
struct CommentDeleted {}
|
||||
|
||||
struct CommentModificationUnit {
|
||||
1: required CommentID id
|
||||
|
Loading…
Reference in New Issue
Block a user