Rename riot-keys.txt to element-keys.txt.

This commit is contained in:
Doug 2022-07-11 17:22:32 +01:00 committed by Doug
parent 0bc26de737
commit 278311863c
3 changed files with 3 additions and 2 deletions

View file

@ -21,7 +21,7 @@ final class EncryptionKeysExportPresenter: NSObject {
// MARK: - Constants
private enum Constants {
static let keyExportFileName = "riot-keys.txt"
static let keyExportFileName = "element-keys.txt"
}
// MARK: - Properties

View file

@ -1445,7 +1445,7 @@ TableViewSectionsDelegate>
currentAlert = exportView.alertController;
// Use a temporary file for the export
keyExportsFile = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent:@"riot-keys.txt"]];
keyExportsFile = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent:@"element-keys.txt"]];
// Make sure the file is empty
[self deleteKeyExportFile];

1
changelog.d/6391.bugfix Normal file
View file

@ -0,0 +1 @@
Rename riot-keys.txt to element-keys.txt.