Mark items as deleted (recursively) but still keep them around

This commit is contained in:
André Duffeck
2022-04-29 09:02:57 +02:00
parent 68c5e2366c
commit 6bd67c0f27
9 changed files with 246 additions and 64 deletions
@@ -25,6 +25,8 @@ message Entity {
google.protobuf.Timestamp last_modified_time = 6;
string mime_type = 7;
string permissions = 8;
uint64 type = 9;
bool deleted = 10;
}
message Match {