Add support for cancelling an in-progress archive upload.

Co-authored-by: Jeffrey Starke <jeffrey@signal.org>
This commit is contained in:
Alex Hart
2025-05-20 15:46:24 -03:00
committed by GitHub
parent 3751052697
commit 09e47dba3a
9 changed files with 82 additions and 48 deletions

View File

@@ -22,6 +22,7 @@ message ArchiveUploadProgressState {
Export = 1;
UploadBackupFile = 2;
UploadMedia = 3;
UserCanceled = 4;
}
/**