Fix list of recent documents after introduction of the custom export dir
This commit is contained in:
committed by
pynicolas
parent
5d7011614b
commit
2d15cd129e
@@ -7,6 +7,8 @@ message RecentDocument {
|
||||
string file_path = 1;
|
||||
int64 created_at = 2; // timestamp in ms
|
||||
int32 page_count = 3;
|
||||
string file_uri = 4;
|
||||
string file_name = 5;
|
||||
}
|
||||
|
||||
message RecentDocuments {
|
||||
|
||||
Reference in New Issue
Block a user