Add live photo properties to sync journal file record

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-10-29 12:05:07 +08:00 коммит произвёл Matthieu Gallien
Родитель eb2e83d210
Коммит b3b955f80f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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);