mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 20:07:55 -06:00
fix: Use correct files to discard after local consumption
This commit is contained in:
@@ -14,6 +14,7 @@ abstract class PaperlessDocumentsApi {
|
||||
int? correspondent,
|
||||
Iterable<int> tags = const [],
|
||||
int? asn,
|
||||
void Function(double progress)? onProgressChanged,
|
||||
});
|
||||
Future<DocumentModel> update(DocumentModel doc);
|
||||
Future<int> findNextAsn();
|
||||
|
||||
Reference in New Issue
Block a user