Skip to content

Commit

Permalink
remove unrelated changes
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <blackslayer4@gmail.com>
  • Loading branch information
allexzander authored and backportbot-nextcloud[bot] committed Jan 18, 2023
1 parent 1f74106 commit 01518fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsync/propagateuploadencrypted.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ void PropagateUploadEncrypted::slotFolderEncryptedMetadataError(const QByteArray
void PropagateUploadEncrypted::slotFolderEncryptedMetadataReceived(const QJsonDocument &json, int statusCode)
{
qCDebug(lcPropagateUploadEncrypted) << "Metadata Received, Preparing it for the new file." << json.toVariant();

// Encrypt File!
_metadata.reset(new FolderMetadata(_propagator->account(), json.toJson(QJsonDocument::Compact), statusCode));

Expand Down

0 comments on commit 01518fd

Please sign in to comment.