mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update schema documentation
This commit is contained in:
@@ -24,9 +24,9 @@ const PRIVATE = 'private';
|
||||
// - Quotes: Write thumbnail data to disk and store relative path to it.
|
||||
// Version 5
|
||||
// - Attachments: Track number and kind of attachments for media gallery
|
||||
// - `hasAttachments?: 1 | undefined`
|
||||
// - `hasVisualMediaAttachments?: 1 | undefined` (for media gallery ‘Media’ view)
|
||||
// - `hasFileAttachments: ?1 | undefined` (for media gallery ‘Documents’ view)
|
||||
// - `hasAttachments?: 1 | 0`
|
||||
// - `hasVisualMediaAttachments?: 1 | 0` (for media gallery ‘Media’ view)
|
||||
// - `hasFileAttachments?: 1 | 0` (for media gallery ‘Documents’ view)
|
||||
|
||||
|
||||
const INITIAL_SCHEMA_VERSION = 0;
|
||||
|
||||
Reference in New Issue
Block a user