зеркало из https://github.com/nextcloud/desktop.git
Add live photo properties to sync journal file record
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Родитель
eb2e83d210
Коммит
b3b955f80f
|
@ -88,6 +88,8 @@ public:
|
|||
bool _isShared = false;
|
||||
qint64 _lastShareStateFetchedTimestamp = 0;
|
||||
bool _sharedByMe = false;
|
||||
bool _isLivePhoto = false;
|
||||
QString _livePhotoFile;
|
||||
};
|
||||
|
||||
QDebug& operator<<(QDebug &stream, const SyncJournalFileRecord::EncryptionStatus status);
|
||||
|
|
Загрузка…
Ссылка в новой задаче