Update media.proto

Fixed the previous syntax error
This commit is contained in:
shivraj1182 2025-12-03 12:07:06 +05:30 committed by GitHub
parent 7c3625b7a6
commit 75be3b05d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,6 @@ message TrashMediaFilesRequest {
message AddMediaFileRequest {
string desired_name = 1;
bytes data = 2;
optional string file_path = ;
optional string file_path = 3;
}
}