🐛 Fix bugs

This commit is contained in:
2025-08-05 02:10:41 +08:00
parent a9a5082e1a
commit 9e9d0dc563
5 changed files with 9 additions and 17 deletions

View File

@@ -24,6 +24,7 @@ message CloudFile {
bytes file_meta = 3;
// User-defined metadata
bytes user_meta = 4;
bytes sensitive_marks = 12;
// MIME type of the file
string mime_type = 5;