Do not automatically delete edit locally token verification job upon completion, rely on manager's smart pointers

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-05-27 22:49:41 +08:00
parent 1080389d95
commit 5df96b80e0
No known key found for this signature in database
GPG Key ID: C839200C384636B0

View File

@ -129,8 +129,6 @@ void EditLocallyVerificationJob::responseReceived(const int statusCode)
emit error(tr("Could not start editing locally."),
tr("An error occurred trying to verify the request to edit locally."));
}
deleteLater();
}
}