Fix list of recent documents after introduction of the custom export dir

This commit is contained in:
Pierre-Yves Nicolas
2025-11-28 13:28:24 +01:00
committed by pynicolas
parent 5d7011614b
commit 2d15cd129e
16 changed files with 82 additions and 44 deletions

View File

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