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:
Inal Arsanukaev 2020-05-21 15:54:50 +03:00 committed by GitHub
parent 85e1cd96af
commit 234ab2f011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 03ffefb1e039d02ce770adca145fa803b3dddcd4
Subproject commit cf6578dac794859b0495c812761ce5b94c11bbaf

View File

@ -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