-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Export: Fixes and debugging, Migration: show install step first (#1697)
* Export: Allow for duplicate folders and filenames This should account for messages with duplicate received_at times. It is unlikely that their attachment filenames overlap as well, but in that case the more recent attachment will win. On import, both messages will end up with the same file. * Export: Throw informative error if message had no received_at * Migration: First step is to install the new signal desktop Once that's installed, we move on to the choose directory step, which actually does the export. You can cancel out of the first step if you can't install the new Signal Desktop at the moment. Also: This removes the cancel button on the 'complete' step, since it has the potential to very easily cause conflicts between the new Signal Desktop and the chrome app. * Refine our duplicate resilience: throw on dupe in some cases * Migration: Remove later step install buttons; should be complete * Export: Check type of data destined for disk, throw error
- Loading branch information
1 parent
9585f14
commit adb30e6
Showing
4 changed files
with
64 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters