remove unrelated changes

Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
alex-z 2023-01-12 11:15:34 +01:00 committed by allexzander
parent 4644581af9
commit cdbdf8620d

View file

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