Return relative path from writeAttachmentData
This will make our app more robust to changes in location on the file system.
This commit is contained in:
parent
1262d1d696
commit
6355c54114
3 changed files with 15 additions and 13 deletions
|
@ -18,6 +18,7 @@ const PRIVATE = 'private';
|
|||
// - Attachments: Sanitize Unicode order override characters.
|
||||
// Version 3
|
||||
// - Attachments: Write attachment data to disk and store relative path to it.
|
||||
|
||||
const INITIAL_SCHEMA_VERSION = 0;
|
||||
|
||||
// Increment this version number every time we add a message schema upgrade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue