Skip to content

Commit

Permalink
Merge pull request #648 from tchapgouv/phlpro/647-export-filename
Browse files Browse the repository at this point in the history
Rename exported keys file to tchap-keys (#647)
  • Loading branch information
Phl-Pro authored Aug 5, 2022
2 parents dccdccc + 87008a7 commit e32a835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Riot/Modules/Settings/Security/SecurityViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ - (void)exportEncryptionKeys:(UITapGestureRecognizer *)recognizer
currentAlert = exportView.alertController;

// Use a temporary file for the export
keyExportsFile = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent:@"riot-keys.txt"]];
keyExportsFile = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent:@"tchap-keys.txt"]];

// Make sure the file is empty
[self deleteKeyExportFile];
Expand Down
1 change: 1 addition & 0 deletions changelog.d/647.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rename exported keys file to tchap-keys

0 comments on commit e32a835

Please sign in to comment.